The HttpResponse type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cipher |
Gets information about the TLS/SSL cipher (if TLS/SSL is in use).
| |
ContentEncoding |
Gets a value of HTTP Content-Encoding header of this response.
| |
ContentLength |
Gets a value of HTTP Content-Length header of this response.
(Overrides WebResponse..::..ContentLength.) | |
ContentType |
Gets a value of HTTP Content-Type header of this response.
(Overrides WebResponse..::..ContentType.) | |
Headers |
Gets a collection of HTTP header of this response.
(Overrides WebResponse..::..Headers.) | |
CharacterSet |
Gets a character set that is used in response Content-Type HTTP header.
| |
LastModified |
Gets a value of the Last-Modified header, which indicates the last modification date and time of the resource.
| |
Method |
Gets a HTTP method that a request used when received this response.
| |
ProtocolVersion |
Gets HTTP protocol version of this response.
| |
ResponseUri |
Gets a uri that responsed to the request.
(Overrides WebResponse..::..ResponseUri.) | |
Server |
Gets a value of HTTP Server header of this response.
| |
StatusCode |
Gets a status code of the response.
| |
StatusDescription |
Gets a status code description.
|