This documentation is archived and is not being maintained.
HttpServerUtility Members
.NET Framework 1.1
Public Properties
MachineName | Gets the server's computer name. |
ScriptTimeout | Gets and sets the request time-out in seconds. |
Public Methods
ClearError | Clears the previous exception. |
CreateObject | Overloaded. Creates a server instance of a COM object. |
CreateObjectFromClsid | Creates a server instance of a COM object identified by the object's class identifier (CLSID). |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
Execute | Overloaded. Executes the current request using another page. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLastError | Returns the previous exception. |
GetType (inherited from Object) | Gets the Type of the current instance. |
HtmlDecode | Overloaded. Decodes a string that has been encoded to eliminate invalid HTML characters. |
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. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Transfer | Overloaded. Terminates execution of the current page and begins execution of a new page for the current request. |
UrlDecode | Overloaded. Decodes a string encoded for HTTP transmission and sent to the server in a URL. |
UrlEncode | Overloaded. Encodes a string for reliable HTTP transmission from the Web server to a client via the URL. |
UrlPathEncode | URL-encodes the path portion of a URL string and returns the encoded string. |
Protected Methods
Finalize (inherited from Object) | 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. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
Show:
