Name | Description | |
---|---|---|
![]() | EsriHttpClient Constructor | Initializes a new instance of the EsriHttpClient class. |
The following tables list the members exposed by EsriHttpClient.
Name | Description | |
---|---|---|
![]() | EsriHttpClient Constructor | Initializes a new instance of the EsriHttpClient class. |
Name | Description | |
---|---|---|
![]() | AllowRedirect | Gets or sets a value that indicates whether the request should follow redirection responses. |
![]() | BaseAddress | Gets or sets the base address of the Uniform Resource Identifier (URI) of the Internet resource used when sending requests. |
![]() | DefaultRequestHeaders | Gets or sets the headers which should be sent with each request. |
![]() | MaxResponseContentBufferSizeInBytes | Gets or sets the maximum number of bytes to buffer when reading the response content. |
![]() | OverwriteFile | Gets or sets a value that indicates if the file should be overwritten if already present while uploading/downloading files. |
![]() | ShowDialogs | Gets or sets a value which controls if the APIs are allowed to pop-up any dialogs if required. |
![]() | Timeout | Gets or sets the timespan to wait before the request times out. |
Name | Description | |
---|---|---|
![]() | Delete | Sends a DELETE request to the specified Uri as a synchronous operation. |
![]() | DeleteAsync | Sends a DELETE request to the specified Uri as an asynchronous operation. |
![]() | Get | Sends a GET request to the specified Uri as a synchronous operation. |
![]() | GetAsFile | Downloads the resource as a file identified by the specified Uri synchronously. |
![]() | GetAsFileAsync | Downloads the resource as a file identified by the specified Uri asynchronously. |
![]() | GetAsync | Sends a GET request to the specified Uri as an asynchronous operation. |
![]() | Post | Sends a POST request to the specified Uri as a synchronous operation. |
![]() | PostAsync | Sends a POST request to the specified Uri as an asynchronous operation. |
![]() | Put | Sends a PUT request to the specified Uri as a synchronous operation. |
![]() | PutAsync | Sends a PUT request to the specified Uri as an asynchronous operation. |
![]() | Upload | Uploads an item to the specified Uri identifying a portal/server as a synchronous operation. |
![]() | UploadAsync | Uploads an item to the specified Uri in the upload definition asynchronously. |