HttpWebRequest Members
Public Properties
Accept Supported by the .NET Compact Framework. | Gets or sets the value of the Accept HTTP header. |
Address Supported by the .NET Compact Framework. | Gets the URI of the Internet resource that actually responds to the request. |
AllowAutoRedirect Supported by the .NET Compact Framework. | Gets or sets a value that indicates whether the request should follow redirection responses. |
AllowWriteStreamBuffering Supported by the .NET Compact Framework. | Gets or sets a value that indicates whether to buffer the data sent to the Internet resource. |
ClientCertificates | Gets the collection of security certificates associated with this request. |
Connection Supported by the .NET Compact Framework. | Gets or sets the value of the Connection HTTP header. |
ConnectionGroupName Supported by the .NET Compact Framework. | Overridden. Gets or sets the name of the connection group for the request. |
ContentLength Supported by the .NET Compact Framework. | Overridden. Gets or sets the Content-length HTTP header. |
ContentType Supported by the .NET Compact Framework. | Overridden. Gets or sets the value of the Content-type HTTP header. |
ContinueDelegate Supported by the .NET Compact Framework. | Gets or sets the delegate method called when an HTTP 100-continue response is received from the Internet resource. |
CookieContainer | Gets or sets the cookies associated with the request. |
Credentials Supported by the .NET Compact Framework. | Overridden. Provides authentication information for the request. |
![]() DefaultMaximumResponseHeadersLength | Gets or sets the default for the MaximumResponseHeadersLength property. |
Expect Supported by the .NET Compact Framework. | Gets or sets the value of the Expect HTTP header. |
HaveResponse Supported by the .NET Compact Framework. | Gets a value indicating whether a response has been received from an Internet resource. |
Headers Supported by the .NET Compact Framework. | Overridden. Gets a collection of the name/value pairs that make up the HTTP headers. |
IfModifiedSince Supported by the .NET Compact Framework. | Gets or sets the value of the If-Modified-Since HTTP header. |
KeepAlive Supported by the .NET Compact Framework. | Gets or sets a value indicating whether to make a persistent connection to the Internet resource. |
MaximumAutomaticRedirections Supported by the .NET Compact Framework. | Gets or sets the maximum number of redirects that the request will follow. |
MaximumResponseHeadersLength | Gets or sets the maximum allowed length of the response headers. |
MediaType Supported by the .NET Compact Framework. | Gets or sets the media type of the request. |
Method Supported by the .NET Compact Framework. | Overridden. Gets or sets the method for the request. |
Pipelined Supported by the .NET Compact Framework. | Gets or sets a value indicating whether to pipeline the request to the Internet resource. |
PreAuthenticate Supported by the .NET Compact Framework. | Overridden. Gets or sets a value indicating whether to send a authenticate header with the request. |
ProtocolVersion Supported by the .NET Compact Framework. | Gets or sets the version of HTTP to use for the request. |
Proxy Supported by the .NET Compact Framework. | Overridden. Gets or sets proxy information for the request. |
ReadWriteTimeout | |
Referer Supported by the .NET Compact Framework. | Gets or sets the value of the Referer HTTP header. |
RequestUri Supported by the .NET Compact Framework. | Overridden. Gets the original URI of the request. |
SendChunked Supported by the .NET Compact Framework. | Gets or sets a value indicating whether to send data in segments to the Internet resource. |
ServicePoint Supported by the .NET Compact Framework. | Gets the service point to use for the request. |
Timeout Supported by the .NET Compact Framework. | Overridden. Gets or sets the time-out value for a request. |
TransferEncoding Supported by the .NET Compact Framework. | Gets or sets the value of the Transfer-encoding HTTP header. |
UnsafeAuthenticatedConnectionSharing | Gets or sets a value indicating whether to allow NTLM-authenticated connection sharing. |
UserAgent Supported by the .NET Compact Framework. | Gets or sets the value of the User-agent HTTP header. |
Public Methods
Abort Supported by the .NET Compact Framework. | Overridden. Cancels a request to an Internet resource. |
AddRange Supported by the .NET Compact Framework. | Overloaded. Adds a range header to the request. |
BeginGetRequestStream Supported by the .NET Compact Framework. | Overridden. Begins an asynchronous request for a Stream instance to use to write data. |
BeginGetResponse Supported by the .NET Compact Framework. | Overridden. Begins an asynchronous request to an Internet resource. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
EndGetRequestStream Supported by the .NET Compact Framework. | Overridden. Ends an asynchronous request for a Stream instance to use to write data. |
EndGetResponse Supported by the .NET Compact Framework. | Overridden. Ends an asynchronous request to an Internet resource. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. Gets the hash code for this HttpWebRequest. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetRequestStream Supported by the .NET Compact Framework. | Overridden. Gets a Stream instance to use to write request data. |
GetResponse Supported by the .NET Compact Framework. | Overridden. Returns a response from an Internet resource. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Constructors
HttpWebRequest Constructor | Initializes a new instance of the HttpWebRequest class from the specified instances of the SerializationInfo and StreamingContext classes. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
Explicit Interface Implementations
| ISerializable.GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
