Click or drag to resize
HttpWebResponse Properties

The HttpWebResponse type exposes the following members.

Properties
  NameDescription
Public propertyBodyData
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.
Public propertyHeaders
Headers collection received from the request response. It's empty if the request was performed with the option of not reading the response headers.
Public propertyRequestSuccessful
True if the request was successfully executed.
Public propertyStatusCode
HttpStatusCode of the request response
Top
See Also