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!

HttpWebRequest Members

Public:

Properties

Accept Gets or sets the value of the Accept header.
Address Gets the URI that actually responded to the request.
AllowAutoRedirect Enables or disables automatically following redirection responses.
AllowWriteStreamBuffering Enables or disables buffering the data stream sent to the server.
Connection Gets and sets the value of the Connection header.
ConnectionGroupName [To be supplied.]
ContentLength Gets or sets the Content-Length header of the request.
ContentType Gets and sets the value of the Content-Type header.
ContinueDelegate [To be supplied.]
Credentials Provides authentication information for the request.
Expect Gets or sets the value of the Expect header.
HaveResponse Returns true if a response has been received from the server.
Headers A collection of HTTP headers stored as name value pairs.
IfModifiedSince Gets or sets the value of the If-Modified-Since header.
KeepAlive Gets or sets the value of the Keep-Alive header.
MaximumAutomaticRedirections [To be supplied.]
Method Gets or sets the request method.
Pipelined Gets or sets the value of the
PreAuthenticate Enables or disables pre-authentication.
Proxy Gets or sets the proxy information for a request.
Referer Gets or sets the value of the Referer header.
RequestURI Gets the original URI of the request.
SendChunked Enable and disable sending chunked data to the server.
SrvPoint Gets the service point used for this request.
TransferEncoding Gets or sets the value of the Transfer-Encoding header.
UserAgent Gets or sets the value of the User-Agent header.
Version Gets and sets the HTTP protocol version used in this request.

Methods

AddExtension [To be supplied.]
AddRange Overloaded. Adds a range header to the request.
BeginGetRequestStream [To be supplied.]
BeginGetResponse [To be supplied.]
CreateExtension [To be supplied.]
EndGetRequestStream [To be supplied.]
EndGetResponse [To be supplied.]
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 Gets a Stream that the application can use to write request data.
GetResponse Returns a response from a request to an Internet resource.
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

HttpWebRequest Class | System.Net Namespace