Public Properties

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

See Also