1 instantiation of HttpServerVarsCollection
System.Web (1)
HttpRequest.cs (1)
2293_serverVariables = new HttpServerVarsCollection(_wr, this);
9 references to HttpServerVarsCollection
System.Web (9)
HttpHeaderCollection.cs (4)
147HttpServerVarsCollection serverVars = _request.ServerVariables as HttpServerVarsCollection; 195HttpServerVarsCollection serverVars = _request.ServerVariables as HttpServerVarsCollection;
HttpRequest.cs (5)
112private HttpServerVarsCollection _serverVariables; 3128HttpServerVarsCollection serverVars = ServerVariables as HttpServerVarsCollection; 3145HttpServerVarsCollection serverVars = ServerVariables as HttpServerVarsCollection;