Public Properties
| Name | Description | |
|---|---|---|
|
ContentLength | The length of the content if a body is present in the request |
|
ContentReceived | The amount of the content yet received |
|
ContentStream | A stream to access the content |
|
FinishTime | The time at which the request was completed |
|
Headers | The headers of the HTTP request |
|
Method | The HTTP method to be used in the request (ie. GET, POST etc.) |
|
StartTime | The time at which the request started |
|
Url | The Url of the resource being requested |
|
Version | The HTTP version being used |