Click or drag to resize

HttpResponseArgs Properties

The HttpResponseArgs type exposes the following members.

Properties
  NameDescription
Public propertyBinaryContent
Gets or sets the binary content read from the HTTP response.
Public propertyException
Gets or sets the exception generated while completing the request.
Public propertyHeaders
Gets or sets the headers read from the HTTP response.
Public propertyRequestArgs
Gets or sets the original HttpRequestArgs.
Public propertyStatusCode
Gets or sets the status code read from the HTTP response.
Public propertyTextContent
Gets or sets the text content read from the HTTP response.
Top
See Also