RestResponseEventArgs Properties |
The RestResponseEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Body |
Gets or sets the body of the request / response
(Inherited from RestClientEventArgsBase.) | |
ContentLength |
Content length
| |
ContentType |
Gets the content type
(Inherited from RestClientEventArgsBase.) | |
ETag |
Gets the etag
| |
Headers |
Get the headers from the service
| |
Method |
Gets the method
(Inherited from RestClientEventArgsBase.) | |
Query |
Query passed to the request
(Inherited from RestClientEventArgsBase.) | |
StatusCode |
Identifies the response code
| |
Url |
Gets or sets the URL of the request
(Inherited from RestClientEventArgsBase.) |