| Name | Description | Type | Additional information |
|---|---|---|---|
| Request | IRestRequest |
None. |
|
| ContentType | string |
None. |
|
| ContentLength | integer |
None. |
|
| ContentEncoding | string |
None. |
|
| Content | string |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| IsSuccessful | boolean |
None. |
|
| StatusDescription | string |
None. |
|
| RawBytes | Collection of byte |
None. |
|
| ResponseUri | URI |
None. |
|
| Server | string |
None. |
|
| Cookies | Collection of RestResponseCookie |
None. |
|
| Headers | Collection of Parameter |
None. |
|
| ResponseStatus | ResponseStatus |
None. |
|
| ErrorMessage | string |
None. |
|
| ErrorException | Exception |
None. |
|
| ProtocolVersion | Version |
None. |