| WebRequestCreate Method |
Creates a WebRequest.
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax public static WebRequest Create(
Uri requestUri
)
Parameters
- requestUri
- Type: Eclo.NETMF.SIM800HUri
A Uri containing the
URI of the requested resource.
Return Value
Type:
WebRequest[Missing <returns> documentation for "M:Eclo.NETMF.SIM800H.WebRequest.Create(Eclo.NETMF.SIM800H.Uri)"]
Remarks
This is the main creation routine. The specified Uri is looked up
in the prefix match table, and the appropriate handler is invoked to
create the object.
See Also