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
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