Click or drag to resize
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.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public Stream GetRequestStream()

Return Value

Type: Stream
A Stream to use to write request data.
Remarks
Used for POST requests.
See Also