EsriHttpResponseMessage Class Members
In This Topic
The following tables list the members exposed by EsriHttpResponseMessage.
Public Constructors
Public Properties
| Name | Description |
| Content |
Gets or sets the content of a HTTP response message.
|
| Headers |
Gets or sets the collection of HTTP response headers.
|
| IsSuccessStatusCode |
Gets a value that indicates if the HTTP response was successful.
|
| StatusCode |
Gets or sets the status code of the HTTP response.
|
Top
Public Methods
| Name | Description |
| EnsureSuccessStatusCode |
Throws an exception if the IsSuccessStatusCode property for the HTTP response is false.
|
Top
See Also