HttpResponseArgs Class |
Namespace: FM.IceLink
The HttpResponseArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| HttpResponseArgs |
Initializes a new instance of the HttpResponseArgs class.
|
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |