6 references to SetServerVariable
System.Web (6)
HttpRequest.cs (4)
2313
wr.
SetServerVariable
("IS_LOGIN_PAGE", value ? "1" : null);
2331
wr.
SetServerVariable
("IIS_EnableDynamicCompression", enable ? null : "0");
2349
wr.
SetServerVariable
("LOG_QUERY_STRING", QueryStringText + logData);
2352
wr.
SetServerVariable
("LOG_QUERY_STRING", currentLogData + logData);
HttpServerVarsCollection.cs (2)
233
_iis7workerRequest.
SetServerVariable
(name, value);
317
_iis7workerRequest.
SetServerVariable
(name, null /*value*/);