EsriHttpResponseMessage Class Members
In This Topic
The following tables list the members exposed by EsriHttpResponseMessage.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Content |
Gets or sets the content of a HTTP response message.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Headers |
Gets or sets the collection of HTTP response headers.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsSuccessStatusCode |
Gets a value that indicates if the HTTP response was successful.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | StatusCode |
Gets or sets the status code of the HTTP response.
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | EnsureSuccessStatusCode |
Throws an exception if the IsSuccessStatusCode property for the HTTP response is false.
|
Top
See Also