The properties of the WebResponse class are listed below. For a complete list of WebResponse class members, see the WebResponse Members topic.
ContentLength | When overridden in a derived class, gets or sets the content length of data being received. |
ContentType | When overridden in a derived class, gets or sets the content type of the data being received. |
Headers | When overridden in a derived class, gets a collection of header name-value pairs associated with this request. |
ResponseURI | When overridden in a derived class, gets the URI that actually responded to the request. |
Status | When overridden in a derived class, gets or sets a number indicating the response status. |
StatusDescription | When overridden in a derived class, gets or sets a description of the response status. |