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!

HttpWebResponse Members

Public:

Properties

ContentEncoding Gets the method used to encode the body of the response.
ContentLength Gets the lenght of the content returned by the request.
ContentType Gets the content type of the response.
Headers Gets the headers associated with this response from the server.
LastModified Gets the last date and time that the content of the response was modified.
Method Gets the value of the method used to return the response.
ResponseURI Gets the Uniform Resource Indentifier (URI) of the resource that returned the response.
ServerCertificate Gets the server certificate returned with the response.
Status Gets a number indicating the status of the response.
StatusDescription Gets the status description returned with the response.
Version Gets the version of the HTTP protocol used in the response.

Methods

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).
GetExtension [To be supplied.]
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.
GetResponseHeader Gets a specified header value returned with the response.
GetResponseStream Gets the stream used for reading the body of the response from the server.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Methods

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

HttpWebResponse Class | System.Net Namespace