![]() | HttpWebResponse Properties |
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
|