Click or drag to resize
HttpWebResponseHeaders Property
Headers collection received from the request response. It's empty if the request was performed with the option of not reading the response headers.

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 WebHeaderCollection Headers { get; set; }

Property Value

Type: WebHeaderCollection
See Also