This documentation is archived and is not being maintained.
HttpServerUtilityBase Methods
Visual Studio 2010
The HttpServerUtilityBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClearError | When overridden in a derived class, clears the most recent exception. |
|
CreateObject(String) | When overridden in a derived class, creates a server instance of a COM object that is identified by the object's programmatic identifier (ProgID). |
|
CreateObject(Type) | When overridden in a derived class, creates a server instance of a COM object that is identified by the object's type. |
|
CreateObjectFromClsid | When overridden in a derived class, creates a server instance of a COM object that is identified by the object's class identifier (CLSID). |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Execute(String) | When overridden in a derived class, executes the handler for the specified virtual path in the context of the current process. |
|
Execute(String, Boolean) | When overridden in a derived class, 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. |
|
Execute(String, TextWriter) | When overridden in a derived class, 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. |
|
Execute(IHttpHandler, TextWriter, Boolean) | When overridden in a derived class, 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. |
|
Execute(String, TextWriter, Boolean) | When overridden in a derived class, 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. |
|
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 | When overridden in a derived class, returns the most recent exception. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HtmlDecode(String) | When overridden in a derived class, decodes an HTML-encoded string and returns the decoded string. |
|
HtmlDecode(String, TextWriter) | When overridden in a derived class, decodes an HTML-encoded string and returns the results in a stream. |
|
HtmlEncode(String) | When overridden in a derived class, HTML-encodes a string and returns the encoded string. |
|
HtmlEncode(String, TextWriter) | When overridden in a derived class, HTML-encodes a string and sends the resulting output to an output stream. |
|
MapPath | When overridden in a derived class, returns the physical file path that corresponds to the specified virtual path on the Web server. |
|
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) | When overridden in a derived class, terminates execution of the current process and starts execution of a page or handler that is specified with a URL. |
|
Transfer(IHttpHandler, Boolean) | When overridden in a derived class, 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. |
|
Transfer(String, Boolean) | When overridden in a derived class, 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. |
|
TransferRequest(String) | When overridden in a derived class, asynchronously executes the end point at the specified URL. |
|
TransferRequest(String, Boolean) | When overridden in a derived class, asynchronously executes the endpoint at the specified URL and specifies whether to clear the QueryString and Form collections. |
|
TransferRequest(String, Boolean, String, NameValueCollection) | When overridden in a derived class, asynchronously executes the endpoint at the specified URL by using the specified HTTP method and headers. |
|
UrlDecode(String) | When overridden in a derived class, decodes a URL-encoded string and returns the decoded string. |
|
UrlDecode(String, TextWriter) | When overridden in a derived class, decodes a URL-encoded string and sends the resulting output to a stream. |
|
UrlEncode(String) | When overridden in a derived class, URL-encodes a string and returns the encoded string. |
|
UrlEncode(String, TextWriter) | When overridden in a derived class, URL-encodes a string and sends the resulting output to a stream. |
|
UrlPathEncode | When overridden in a derived class, URL-encodes the path section of a URL string. |
|
UrlTokenDecode | When overridden in a derived class, decodes a URL string token into an equivalent byte array by using base64-encoded digits. |
|
UrlTokenEncode | When overridden in a derived class, encodes a byte array into an equivalent string representation by using base64 digits, which makes it usable for transmission on the URL. |
Show: