The properties of the HttpWebRequest class are listed below. For a complete list of HttpWebRequest class members, see the HttpWebRequest Members topic.
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. |