5 references to SetNoDemand
System.Web (5)
HttpRequest.cs (4)
2316
_serverVariables.
SetNoDemand
("IS_LOGIN_PAGE", value ? "1" : null);
2334
_serverVariables.
SetNoDemand
("IIS_EnableDynamicCompression", enable ? null : "0");
2358
_serverVariables.
SetNoDemand
("LOG_QUERY_STRING", QueryStringText + logData);
2361
_serverVariables.
SetNoDemand
("LOG_QUERY_STRING", currentLogData + logData);
HttpServerVarsCollection.cs (1)
225
SetNoDemand
(name, value);