| HttpWebRequestGetRequestStream Method |
Implemented here for compatibility with .NETMF System.Net.HttpWebRequest.
*** WARNING: DO NOT explicitly dispose the stream otherwise the request will be executed empty ***
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax public Stream GetRequestStream()
Return Value
Type:
StreamA
Stream to use to write request data.
Remarks Used for POST requests.
See Also