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)
1956return _basicServerVars[SERVER_NAME]; 1958return _basicServerVars[SERVER_PORT]; 1975return _basicServerVars[LOGON_USER]; 1984return _basicServerVars[AUTH_TYPE]; 1989return _basicServerVars[ALL_RAW]; 1995return _basicServerVars[HTTPS]; 2156Debug.Assert(_basicServerVars == null); 2157if (_basicServerVars != null) 2180for(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];