Public Properties
| Name | Description | |
|---|---|---|
|
ContentLength | The length of the response body, if present |
|
ContentReceived | The amount of content received so far |
|
ContentStream | A stream to access the response content |
|
FinishTime | The time at which the response was completed |
|
Headers | The headers of the HTTP response |
|
Reason | Additional reason text to accompany the Status code |
|
StartTime | The time at which the response began |
|
Status | The status code of the response |
|
Version | The version of HTTP supported by the server |