Public Properties

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

See Also