Click or drag to resize
HttpWebResponseBodyData Property
Body data, if any, received from the request execution. It's null or empty if the request was performed with the option of not reading the response data.

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 string BodyData { get; }

Property Value

Type: String
See Also