HttpServerUtility Methods
.NET Framework 1.1
The methods of the HttpServerUtility class are listed here. For a complete list of HttpServerUtility class members, see the HttpServerUtility Members topic.
Public Methods
![]() | Clears the previous exception. |
![]() | Overloaded. Creates a server instance of a COM object. |
![]() | Creates a server instance of a COM object identified by the object's class identifier (CLSID). |
![]() | Overloaded. Determines whether two Object instances are equal. |
![]() | Overloaded. Executes the current request using another page. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Returns the previous exception. |
![]() | Gets the Type of the current instance. |
![]() | Overloaded. Decodes a string that has been encoded to eliminate invalid HTML characters. |
![]() | Overloaded. Encodes a string to be displayed in a browser. |
![]() | Returns the physical file path that corresponds to the specified virtual path on the Web server. |
![]() | Returns a String that represents the current Object. |
![]() | Overloaded. Terminates execution of the current page and begins execution of a new page for the current request. |
![]() | Overloaded. Decodes a string encoded for HTTP transmission and sent to the server in a URL. |
![]() | Overloaded. Encodes a string for reliable HTTP transmission from the Web server to a client via the URL. |
![]() | URL-encodes the path portion of a URL string and returns the encoded string. |
Protected Methods
![]() | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
![]() | Creates a shallow copy of the current Object. |