FileDownloadManagerHttpClientWithProgress Class |
Namespace: Emgu.Models
The FileDownloadManagerHttpClientWithProgress type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileDownloadManagerHttpClientWithProgress | Initializes a new instance of the FileDownloadManagerHttpClientWithProgress class |
Name | Description | |
---|---|---|
![]() | BaseAddress | Gets or sets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests. (Inherited from HttpClient.) |
![]() | DefaultRequestHeaders | Gets the headers which should be sent with each request. (Inherited from HttpClient.) |
![]() | MaxResponseContentBufferSize | Gets or sets the maximum number of bytes to buffer when reading the response content. (Inherited from HttpClient.) |
![]() | Timeout | Gets or sets the timespan to wait before the request times out. (Inherited from HttpClient.) |
Name | Description | |
---|---|---|
![]() | CancelPendingRequests | Cancel all pending requests on this instance. (Inherited from HttpClient.) |
![]() | DeleteAsync(String) | Send a DELETE request to the specified Uri as an asynchronous operation. (Inherited from HttpClient.) |
![]() | DeleteAsync(Uri) | Send a DELETE request to the specified Uri as an asynchronous operation. (Inherited from HttpClient.) |
![]() | DeleteAsync(String, CancellationToken) | Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | DeleteAsync(Uri, CancellationToken) | Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | Dispose | Releases the unmanaged resources and disposes of the managed resources used by the HttpMessageInvoker. (Inherited from HttpMessageInvoker.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the HttpClient and optionally disposes of the managed resources. (Inherited from HttpClient.) |
![]() | DownloadFileTaskAsync |
Download file asynchronously
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAsync(String) | Send a GET request to the specified Uri as an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetAsync(Uri) | Send a GET request to the specified Uri as an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetAsync(String, HttpCompletionOption) | Send a GET request to the specified Uri with an HTTP completion option as an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetAsync(String, CancellationToken) | Send a GET request to the specified Uri with a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetAsync(Uri, HttpCompletionOption) | Send a GET request to the specified Uri with an HTTP completion option as an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetAsync(Uri, CancellationToken) | Send a GET request to the specified Uri with a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetAsync(String, HttpCompletionOption, CancellationToken) | Send a GET request to the specified Uri with an HTTP completion option and a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetAsync(Uri, HttpCompletionOption, CancellationToken) | Send a GET request to the specified Uri with an HTTP completion option and a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetByteArrayAsync(String) | Sends a GET request to the specified Uri and return the response body as a byte array in an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetByteArrayAsync(Uri) | Send a GET request to the specified Uri and return the response body as a byte array in an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetStreamAsync(String) | Send a GET request to the specified Uri and return the response body as a stream in an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetStreamAsync(Uri) | Send a GET request to the specified Uri and return the response body as a stream in an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetStringAsync(String) | Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetStringAsync(Uri) | Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation. (Inherited from HttpClient.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PostAsync(String, HttpContent) | Send a POST request to the specified Uri as an asynchronous operation. (Inherited from HttpClient.) |
![]() | PostAsync(Uri, HttpContent) | Send a POST request to the specified Uri as an asynchronous operation. (Inherited from HttpClient.) |
![]() | PostAsync(String, HttpContent, CancellationToken) | Send a POST request with a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | PostAsync(Uri, HttpContent, CancellationToken) | Send a POST request with a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | PutAsync(String, HttpContent) | Send a PUT request to the specified Uri as an asynchronous operation. (Inherited from HttpClient.) |
![]() | PutAsync(Uri, HttpContent) | Send a PUT request to the specified Uri as an asynchronous operation. (Inherited from HttpClient.) |
![]() | PutAsync(String, HttpContent, CancellationToken) | Send a PUT request with a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | PutAsync(Uri, HttpContent, CancellationToken) | Send a PUT request with a cancellation token as an asynchronous operation. (Inherited from HttpClient.) |
![]() | SendAsync(HttpRequestMessage) | Send an HTTP request as an asynchronous operation. (Inherited from HttpClient.) |
![]() | SendAsync(HttpRequestMessage, HttpCompletionOption) | Send an HTTP request as an asynchronous operation. (Inherited from HttpClient.) |
![]() | SendAsync(HttpRequestMessage, CancellationToken) | Send an HTTP request as an asynchronous operation. (Inherited from HttpClient.) |
![]() | SendAsync(HttpRequestMessage, HttpCompletionOption, CancellationToken) | Send an HTTP request as an asynchronous operation. (Inherited from HttpClient.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | DownloadProgressChanged |
Handle download download progress change.
|