| HttpWebRequestMethod Property |
Gets or sets the HTTP method of this request.
Supported methods: POST, GET, HEAD and DELETE.
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax public string Method { get; set; }
Property Value
Type:
StringThe request method to use to contact the Internet resource.
The default value is GET.
Remarks
This method represents the initial origin verb, which is unchanged
and unaffected by redirects.
See Also