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)
147
HttpServerVarsCollection
serverVars = _request.ServerVariables as
HttpServerVarsCollection
;
195
HttpServerVarsCollection
serverVars = _request.ServerVariables as
HttpServerVarsCollection
;
HttpRequest.cs (5)
112
private
HttpServerVarsCollection
_serverVariables;
3128
HttpServerVarsCollection
serverVars = ServerVariables as
HttpServerVarsCollection
;
3145
HttpServerVarsCollection
serverVars = ServerVariables as
HttpServerVarsCollection
;