|  | HttpWebResponse Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eclo.NETMF.SIM800H
 Syntax
Syntaxpublic class HttpWebResponse : IDisposable
The HttpWebResponse type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BodyData | 
            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.
             | 
|  | Headers | 
            Headers collection received from the request response.
            It's empty if the request was performed with the option of not reading the response headers.
             | 
|  | RequestSuccessful | 
            True if the request was successfully executed.
             | 
|  | StatusCode | HttpStatusCode of the request response
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Close | |
|  | Dispose | Releases all resources used by the HttpWebResponse | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetResponseStream | |
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 Remarks
Remarks See Also
See Also