![]() | HttpWebResponse Class |
Namespace: Eclo.NETMF.SIM800H
public class HttpWebResponse : IDisposable
The HttpWebResponse type exposes the following members.
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
|
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.) |