Click or drag to resize
HttpClient Class
Class with methods to perform HTTP client requests.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HHttpClient

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 class HttpClient : IDisposable

The HttpClient type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the HttpClient
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodPerformHttpWebRequestAsync
Performs an asynchronous HttpWebrequest
Public methodSaveHttpContext
Saves HTTP application context. When system is rebooted the parameters will be loaded automatically
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventHttpActionReceived
Event raised when the module receives an HTTP action prompt.
Top
See Also