This documentation is archived and is not being maintained.
HttpServerUtilityWrapper Members
Visual Studio 2008
Encapsulates the HTTP intrinsic object that provides helper methods for processing Web requests.
The HttpServerUtilityWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
HttpServerUtilityWrapper | Initializes a new instance of the HttpServerUtilityWrapper class. |
| Name | Description | |
|---|---|---|
|
ClearError | Clears the most recent exception. (Overrides HttpServerUtilityBase::ClearError().) |
|
CreateObject | Overloaded. Creates a server instance of a COM object. |
|
CreateObjectFromClsid | Creates a server instance of a COM object that is identified by the object's class identifier (CLSID). (Overrides HttpServerUtilityBase::CreateObjectFromClsid(String).) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Execute | Overloaded. 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 | Returns the most recent exception. (Overrides HttpServerUtilityBase::GetLastError().) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
HtmlDecode | Overloaded. Decodes an HTML-encoded string. |
|
HtmlEncode | Overloaded. Encodes a string to be displayed in a browser. |
|
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 | Overloaded. Terminates execution of the current process and starts execution of a different process for the current request. |
|
TransferRequest | Overloaded. Asynchronously executes the end point at the specified URL |
|
UrlDecode | Overloaded. Decodes a string that was encoded to include only characters that are valid in a URL. |
|
UrlEncode | Overloaded. Encodes a string to include only characters that are valid in a URL. |
|
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(array<Byte>).) |
| Name | Description | |
|---|---|---|
|
MachineName | Gets the server's computer name. (Overrides HttpServerUtilityBase::MachineName.) |
|
ScriptTimeout | Gets or sets the request time-out value in seconds. (Overrides HttpServerUtilityBase::ScriptTimeout.) |
Show: