HttpResponseArgs Properties | 
The HttpResponseArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| BinaryContent | 
            Gets or sets the binary content read from the HTTP response.
              | |
| Exception | 
            Gets or sets the exception generated while completing the request.
              | |
| Headers | 
            Gets or sets the headers read from the HTTP response.
              | |
| RequestArgs | 
            Gets or sets the original HttpRequestArgs.
              | |
| StatusCode | 
            Gets or sets the status code read from the HTTP response.
              | |
| TextContent | 
            Gets or sets the text content read from the HTTP response.
              |