![]() | HttpWebRequest Properties |
The HttpWebRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowWriteStreamBuffering |
No effect in this platform. It's only implemented for compatibility with .NETMF.
|
![]() | ContentLength |
No effect in this platform. It's only implemented for compatibility with .NETMF.
|
![]() | ContentType |
Gets or sets the type of the entity body (the value of the content
type).
|
![]() | Data |
Data to be sent in the request.
Only valid for POST requests.
|
![]() | Headers |
A collection of HTTP headers stored as name/value pairs.
|
![]() | KeepAlive |
No effect in this platform. It's only implemented for compatibility with .NETMF.
|
![]() | Method |
Gets or sets the HTTP method of this request.
Supported methods: POST, GET, HEAD and DELETE.
|
![]() | RequestUri |
Gets the original Uniform Resource Identifier (URI) of the request.
|
![]() | UserAgent |
Gets or sets the value of the User-Agent HTTP header.
(Inherited from WebRequest.) |