NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpServerUtility Methods

The methods of the HttpServerUtility class are listed below. For a complete list of HttpServerUtility class members, see the HttpServerUtility Members topic.

Public:

CreateObject Instantiates a classic COM object identified via a progid.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
Execute Executes a new request (using the specified URL path as the target). Unlike the Transfer method, execution of the original page continues after the executed page completes.
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.
GetType (inherited from Object) Gets the Type of the Object.
HtmlDecode Overloaded. HTML decodes a string and returns the decoded string.
HtmlEncode Overloaded. HTML encodes a string and returns the encoded string.
MapPath Maps a virtual path to a physical path.
ToString (inherited from Object) Returns a String that represents the current Object.
Transfer Terminates execution of the current page and begins execution of a new request using the supplied URL path.
UrlDecode Overloaded. URL decodes a string.
UrlEncode Overloaded. URL encodes a string and returns the encoded string.

Protected:

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

HttpServerUtility Class | System.Web Namespace