This documentation is archived and is not being maintained.
HttpServerUtilityBase Members
Visual Studio 2008
Serves as the base class for classes that provide helper methods for processing Web requests.
The HttpServerUtilityBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
HttpServerUtilityBase | Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class. |
| Name | Description | |
|---|---|---|
|
ClearError | When overridden in a derived class, clears the most recent exception. |
|
CreateObject | Overloaded. When overridden in a derived class, creates a server instance of a COM object. |
|
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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Execute | Overloaded. When overridden in a derived class, executes the handler for a specified resource in the context of the current request and returns execution to the process that invoked it. |
|
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 | Overloaded. When overridden in a derived class, decodes an HTML-encoded string. |
|
HtmlEncode | Overloaded. When overridden in a derived class, HTML-encodes a string. |
|
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 | Overloaded. When overridden in a derived class, terminates execution of the current process and starts execution of a different process for the current request. |
|
TransferRequest | Overloaded. When overridden in a derived class, asynchronously executes the end point at the specified URL. |
|
UrlDecode | Overloaded. When overridden in a derived class, decodes a string that was encoded to include only characters that are valid in a URL. |
|
UrlEncode | Overloaded. When overridden in a derived class, encodes a string to include only characters that are valid in a URL. |
|
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. |
| Name | Description | |
|---|---|---|
|
MachineName | When overridden in a derived class, gets the server's computer name. |
|
ScriptTimeout | When overridden in a derived class, gets or sets the request time-out value in seconds. |
Show: