|
Accept |
Gets or sets the value of the HTTP Accept header. |
|
Address |
Gets the URI for this request. |
|
AllowAutoRedirect |
Gets a value that indicates whether the request should follow redirection responses. |
|
AllowWriteStreamBuffering |
Gets or sets a value that indicates whether to buffer the data sent to the Internet resource. |
|
ConnectionGroupName |
(Inherited from WebRequest.) |
|
ContentLength |
Gets or sets the ContentLength of the request entity body. |
|
ContentType |
Gets or sets the type of the entity body (the value of the content type). |
|
ContinueDelegate |
Gets or sets the delegate used to signal on Continue callback. |
|
Credentials |
Gets or sets the user's network credentials, if the user has sent a user name and password. |
|
DefaultMaximumResponseHeadersLength |
Gets or sets the default maximum allowed length of the response headers. |
|
DefaultWebProxy |
(Inherited from WebRequest.) |
|
Expect |
Gets or sets the value of the Expect HTTP header. |
|
HaveResponse |
Gets whether a response has been received from an Internet resource. |
|
Headers |
A collection of HTTP headers stored as name/value pairs. |
|
HttpsAuthentCerts |
Gets or sets the array of certificates used to authenticate HTTPS servers. |
|
IfModifiedSince |
Gets the IfModifiedSince value of HttpKnownHeaderNames. |
|
KeepAlive |
Gets or sets whether to use a persistent connection, if available. |
|
MaximumAutomaticRedirections |
Gets the maximum number of automatic redirections. This value is always zero because auto-redirection isn't supported. |
|
MaximumResponseHeadersLength |
Gets or sets the maximum allowed length of the response headers. |
|
MediaType |
Gets or sets the media type of the request. |
|
Method |
Gets or sets the HTTP method of this request. |
|
ProtocolVersion |
Gets or sets the HTTP protocol version for this request. |
|
Proxy |
Gets or sets the proxy for the request. |
|
ReadWriteTimeout |
Gets or sets a timeout in milliseconds when writing to or reading from a stream. |
|
Referer |
Gets or sets the value of the Referer HTTP header. |
|
RequestUri |
Gets the original Uniform Resource Identifier (URI) of the request. |
|
SendChunked |
Gets or sets the state of chunk transfer send mode. |
|
Timeout |
Gets or sets the timeout value in milliseconds for the GetResponse and GetRequestStream methods. |
|
TransferEncoding |
Gets or sets the TransferEncoding HTTP header. |
|
UserAgent |
Gets or sets the value of the User-Agent HTTP header. |