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!

WebResponse Members

Public:

Properties

ContentLength When overridden in a derived class, gets or sets the content length of data being received.
ContentType When overridden in a derived class, gets or sets the content type of the data being received.
Headers When overridden in a derived class, gets a collection of header name-value pairs associated with this request.
ResponseURI When overridden in a derived class, gets the URI that actually responded to the request.
Status When overridden in a derived class, gets or sets a number indicating the response status.
StatusDescription When overridden in a derived class, gets or sets a description of the response status.

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).
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.
GetResponseStream When overridden in a derived class, returns the Stream object used for reading data from the resource referenced in the WebRequest object.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Constructor

WebResponse Constructor Initializes a new instance of the WebResponse class.

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

WebResponse Class | System.Net Namespace