1 write to _httpServerUtility
System.Web (1)
Abstractions\HttpServerUtilityWrapper.cs (1)
20_httpServerUtility = httpServerUtility;
30 references to _httpServerUtility
System.Web (30)
Abstractions\HttpServerUtilityWrapper.cs (30)
24return _httpServerUtility.GetLastError(); 29return _httpServerUtility.MachineName; 35return _httpServerUtility.ScriptTimeout; 38_httpServerUtility.ScriptTimeout = value; 43_httpServerUtility.ClearError(); 47return _httpServerUtility.CreateObject(progID); 51return _httpServerUtility.CreateObject(type); 55return _httpServerUtility.CreateObjectFromClsid(clsid); 59_httpServerUtility.Execute(path); 63_httpServerUtility.Execute(path, writer); 67_httpServerUtility.Execute(path, preserveForm); 71_httpServerUtility.Execute(path, writer, preserveForm); 75_httpServerUtility.Execute(handler, writer, preserveForm); 79return _httpServerUtility.HtmlDecode(s); 83_httpServerUtility.HtmlDecode(s, output); 87return _httpServerUtility.HtmlEncode(s); 91_httpServerUtility.HtmlEncode(s, output); 95return _httpServerUtility.MapPath(path); 99_httpServerUtility.Transfer(path, preserveForm); 103_httpServerUtility.Transfer(path); 107_httpServerUtility.Transfer(handler, preserveForm); 111_httpServerUtility.TransferRequest(path); 115_httpServerUtility.TransferRequest(path, preserveForm); 119_httpServerUtility.TransferRequest(path, preserveForm, method, headers); 123_httpServerUtility.TransferRequest(path, preserveForm, method, headers, preserveUser); 127return _httpServerUtility.UrlDecode(s); 131_httpServerUtility.UrlDecode(s, output); 135return _httpServerUtility.UrlEncode(s); 139_httpServerUtility.UrlEncode(s, output); 143return _httpServerUtility.UrlPathEncode(s);