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!

WebRequest Members

Public:

Properties

ConnectionGroupName [To be supplied.]
ContentLength When overridden in a derived class, gets and sets the content length of request data being sent.
ContentType When overridden in a derived class, gets and sets the content type of the request data being sent.
Credentials When overridden in a derived class, gets and sets the network credentials used for authentication to this URI.
Headers When overridden in a derived class, gets a collection of header name-value pairs associated with this request.
Method When overridden in a derived class, gets and sets the protocol method used in this request. Default value should be "GET".
PreAuthenticate When overridden in a derived class, enables or disables pre-authentication.
RequestURI When overridden in a derived class, gets a URI instance representing the resource associated with the request.

Methods

BeginGetRequestStream Asynchronous version of GetRequestStream method.
BeginGetResponse Asynchronous version of GetResponse.
EndGetRequestStream Returns a System.Net.Stream object that is used for writing data to the resource identified by RequestURI.
EndGetResponse Returns a WebResponse object.
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.
GetRequestStream When overridden in a derived class, returns a Stream object that is used for writing data to the resource identified by RequestURI.
GetResponse When overridden in a derived class, returns the response to an Internet request.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Constructor

WebRequest Constructor Initializes a new instance of the WebRequest 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

WebRequest Class | System.Net Namespace