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


In This Topic
    EsriHttpClient Class Members
    In This Topic

    The following tables list the members exposed by EsriHttpClient.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the EsriHttpClient class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets a value that indicates whether the request should follow redirection responses.  
    Public Property Gets or sets the base address of the Uniform Resource Identifier (URI) of the Internet resource used when sending requests.  
    Public Property Gets or sets the headers which should be sent with each request.  
    Public Property Gets or sets the maximum number of bytes to buffer when reading the response content.  
    Public Property Gets or sets a value that indicates if the file should be overwritten if already present while uploading/downloading files.  
    Public Property Gets or sets a value which controls if the APIs are allowed to pop-up any dialogs if required.  
    Public Property Gets or sets the timespan to wait before the request times out.  
    Top
    Public Methods
     NameDescription
    Public Method Sends a DELETE request to the specified Uri as a synchronous operation.  
    Public Method Sends a DELETE request to the specified Uri as an asynchronous operation.  
    Public Method Sends a GET request to the specified Uri as a synchronous operation.  
    Public Method Downloads the resource as a file identified by the specified Uri synchronously.  
    Public Method Downloads the resource as a file identified by the specified Uri asynchronously.  
    Public Method Sends a GET request to the specified Uri as an asynchronous operation.  
    Public Method Sends a POST request to the specified Uri as a synchronous operation.  
    Public Method Sends a POST request to the specified Uri as an asynchronous operation.  
    Public Method Sends a PUT request to the specified Uri as a synchronous operation.  
    Public Method Sends a PUT request to the specified Uri as an asynchronous operation.  
    Public Method Uploads an item to the specified Uri identifying a portal/server as a synchronous operation.  
    Public Method Uploads an item to the specified Uri in the upload definition asynchronously.  
    Top
    See Also