HttpServerUtilityWrapper Methods
.NET Framework 4.5
The HttpServerUtilityWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClearError | Clears the most recent exception. (Overrides HttpServerUtilityBase.ClearError().) |
|
CreateObject(String) | Creates a server instance of a COM object that is identified by the object's programmatic identifier (ProgID). (Overrides HttpServerUtilityBase.CreateObject(String).) |
|
CreateObject(Type) | Creates a server instance of a COM object that is identified by the object's type. (Overrides HttpServerUtilityBase.CreateObject(Type).) |
|
CreateObjectFromClsid | Creates a server instance of a COM object that is identified by the object's class identifier (CLSID). (Overrides HttpServerUtilityBase.CreateObjectFromClsid(String).) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Execute(String) | Executes the handler for the specified virtual path in the context of the current process. (Overrides HttpServerUtilityBase.Execute(String).) |
|
Execute(String, Boolean) | Executes the handler for the specified virtual path in the context of the current process and specifies whether to clear the QueryString and Form collections. (Overrides HttpServerUtilityBase.Execute(String, Boolean).) |
|
Execute(String, TextWriter) | Executes the handler for the specified virtual path in the context of the current process, using a TextWriter instance to capture output from the executed handler. (Overrides HttpServerUtilityBase.Execute(String, TextWriter).) |
|
Execute(IHttpHandler, TextWriter, Boolean) | Executes the specified handler in the context of the current process, using a TextWriter instance to capture output from the executed handler and a value that specifies whether to clear the QueryString and Form collections. (Overrides HttpServerUtilityBase.Execute(IHttpHandler, TextWriter, Boolean).) |
|
Execute(String, TextWriter, Boolean) | Executes the handler for the specified virtual path in the context of the current request, using a TextWriter instance to capture output from the page and a value that indicates whether to clear the QueryString and Form collections. (Overrides HttpServerUtilityBase.Execute(String, TextWriter, Boolean).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLastError | Returns the most recent exception. (Overrides HttpServerUtilityBase.GetLastError().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HtmlDecode(String) | Decodes an HTML-encoded string and returns the decoded string. (Overrides HttpServerUtilityBase.HtmlDecode(String).) |
|
HtmlDecode(String, TextWriter) | Decodes an HTML-encoded string and returns the results in a stream. (Overrides HttpServerUtilityBase.HtmlDecode(String, TextWriter).) |
|
HtmlEncode(String) | HTML-encodes a string and returns the encoded string. (Overrides HttpServerUtilityBase.HtmlEncode(String).) |
|
HtmlEncode(String, TextWriter) | HTML-encodes a string and sends the resulting output to an output stream. (Overrides HttpServerUtilityBase.HtmlEncode(String, TextWriter).) |
|
MapPath | Returns the physical file path that corresponds to the specified virtual path on the Web server. (Overrides HttpServerUtilityBase.MapPath(String).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Transfer(String) | Terminates execution of the current process and starts execution of a page or handler that is specified with a URL. (Overrides HttpServerUtilityBase.Transfer(String).) |
|
Transfer(IHttpHandler, Boolean) | Terminates execution of the current process and starts execution of a new request, using a custom HTTP handler and a value that specifies whether to clear the QueryString and Form collections. (Overrides HttpServerUtilityBase.Transfer(IHttpHandler, Boolean).) |
|
Transfer(String, Boolean) | Terminates execution of the current page and starts execution of a different page or handler by using the specified URL and a value that specifies whether to clear the QueryString and Form collections. (Overrides HttpServerUtilityBase.Transfer(String, Boolean).) |
|
TransferRequest(String) | Asynchronously executes the end point at the specified URL. (Overrides HttpServerUtilityBase.TransferRequest(String).) |
|
TransferRequest(String, Boolean) | Asynchronously executes the endpoint at the specified URL and specifies whether to clear the QueryString and Form collections. (Overrides HttpServerUtilityBase.TransferRequest(String, Boolean).) |
|
TransferRequest(String, Boolean, String, NameValueCollection) | Asynchronously executes the endpoint at the specified URL by using the specified HTTP method and headers. (Overrides HttpServerUtilityBase.TransferRequest(String, Boolean, String, NameValueCollection).) |
|
TransferRequest(String, Boolean, String, NameValueCollection, Boolean) | Performs an asynchronous execution of the specified URL using the specified HTTP method, headers, path, and options to preserve form values and preserve the user identity. (Overrides HttpServerUtilityBase.TransferRequest(String, Boolean, String, NameValueCollection, Boolean).) |
|
UrlDecode(String) | Decodes a URL-encoded string and returns the decoded string. (Overrides HttpServerUtilityBase.UrlDecode(String).) |
|
UrlDecode(String, TextWriter) | Decodes a URL-encoded string and sends the resulting output to a stream. (Overrides HttpServerUtilityBase.UrlDecode(String, TextWriter).) |
|
UrlEncode(String) | URL-encodes a string and returns the encoded string. (Overrides HttpServerUtilityBase.UrlEncode(String).) |
|
UrlEncode(String, TextWriter) | URL-encodes a string and sends the resulting output to a stream. (Overrides HttpServerUtilityBase.UrlEncode(String, TextWriter).) |
|
UrlPathEncode | URL-encodes the path section of a URL string. (Overrides HttpServerUtilityBase.UrlPathEncode(String).) |
|
UrlTokenDecode | Decodes a URL string token into an equivalent byte array by using base64 digits. (Overrides HttpServerUtilityBase.UrlTokenDecode(String).) |
|
UrlTokenEncode | Encodes a byte array into an equivalent string representation by using base64 digits, which makes it usable for transmission on the URL. (Overrides HttpServerUtilityBase.UrlTokenEncode(Byte[]).) |