ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / EsriHttpResponseMessage Class
Properties Methods


In This Topic
    EsriHttpResponseMessage Class Members
    In This Topic

    The following tables list the members exposed by EsriHttpResponseMessage.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the content of a HTTP response message.  
    Public Property Gets or sets the collection of HTTP response headers.  
    Public Property Gets a value that indicates if the HTTP response was successful.  
    Public Property Gets or sets the status code of the HTTP response.  
    Top
    Public Methods
     NameDescription
    Public Method Throws an exception if the IsSuccessStatusCode property for the HTTP response is false.  
    Top
    See Also