1 write to _basicServerVars
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
2160
_basicServerVars
= new string[NUM_BASIC_SERVER_VARIABLES];
15 references to _basicServerVars
System.Web (15)
Hosting\ISAPIWorkerRequest.cs (15)
1956
return
_basicServerVars
[SERVER_NAME];
1958
return
_basicServerVars
[SERVER_PORT];
1975
return
_basicServerVars
[LOGON_USER];
1984
return
_basicServerVars
[AUTH_TYPE];
1989
return
_basicServerVars
[ALL_RAW];
1995
return
_basicServerVars
[HTTPS];
2156
Debug.Assert(
_basicServerVars
== null);
2157
if (
_basicServerVars
!= null)
2180
for(int i = 0; i <
_basicServerVars
.Length; i++) {
2181
_basicServerVars
[i] = Marshal.PtrToStringUni(current, serverVarLengths[i]);
2185
_appPathTranslated =
_basicServerVars
[APPL_PHYSICAL_PATH];
2186
_method =
_basicServerVars
[REQUEST_METHOD];
2187
_path =
_basicServerVars
[PATH_INFO];
2188
_pathTranslated =
_basicServerVars
[PATH_TRANSLATED];
2189
_filePath =
_basicServerVars
[URL];