![]() | HttpWebRequest Class |
Namespace: Eclo.NETMF.SIM800H
public class HttpWebRequest : WebRequest
The HttpWebRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | HttpWebRequest | Initializes a new instance of the HttpWebRequest class |
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.) |
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from WebRequest.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRequestStream |
Implemented here for compatibility with .NETMF System.Net.HttpWebRequest.
*** WARNING: DO NOT explicitly dispose the stream otherwise the request will be executed empty ***
|
![]() | GetResponse | |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |