|
| Name | Description |
|---|
.gif) | CancelPendingRequests | Cancel all pending requests on this instance. |
.gif) | DeleteAsync(String) | Send a DELETE request to the specified Uri as an asynchronous operation. |
.gif) | DeleteAsync(Uri) | Send a DELETE request to the specified Uri as an asynchronous operation. |
.gif) | DeleteAsync(String, CancellationToken) | Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. |
.gif) | DeleteAsync(Uri, CancellationToken) | Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. |
.gif) | Dispose()()() | Releases the unmanaged resources and disposes of the managed resources used by the HttpMessageInvoker. (Inherited from HttpMessageInvoker.) |
.gif) | Dispose(Boolean) | Releases the unmanaged resources used by the HttpClient and optionally disposes of the managed resources. (Overrides HttpMessageInvoker..::.Dispose(Boolean).) |
.gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) | GetAsync(String) | Send a GET request to the specified Uri as an asynchronous operation. |
.gif) | GetAsync(Uri) | Send a GET request to the specified Uri as an asynchronous operation. |
.gif) | GetAsync(String, HttpCompletionOption) | Send a GET request to the specified Uri with an HTTP completion option as an asynchronous operation. |
.gif) | GetAsync(String, CancellationToken) | Send a GET request to the specified Uri with a cancellation token as an asynchronous operation. |
.gif) | GetAsync(Uri, HttpCompletionOption) | Send a GET request to the specified Uri with an HTTP completion option as an asynchronous operation. |
.gif) | GetAsync(Uri, CancellationToken) | Send a GET request to the specified Uri with a cancellation token as an asynchronous operation. |
.gif) | 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. |
.gif) | 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. |
.gif) | GetByteArrayAsync(String) | Send a GET request to the specified Uri and return the response body as a byte array in an asynchronous operation. |
.gif) | GetByteArrayAsync(Uri) | Send a GET request to the specified Uri and return the response body as a byte array in an asynchronous operation. |
.gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) | GetStreamAsync(String) | Send a GET request to the specified Uri and return the response body as a stream in an asynchronous operation. |
.gif) | GetStreamAsync(Uri) | Send a GET request to the specified Uri and return the response body as a stream in an asynchronous operation. |
.gif) | GetStringAsync(String) | Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation. |
.gif) | GetStringAsync(Uri) | Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation. |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | PostAsync(String, HttpContent) | Send a POST request to the specified Uri as an asynchronous operation. |
.gif) | PostAsync(Uri, HttpContent) | Send a POST request to the specified Uri as an asynchronous operation. |
.gif) | PostAsync(String, HttpContent, CancellationToken) | Send a POST request with a cancellation token as an asynchronous operation. |
.gif) | PostAsync(Uri, HttpContent, CancellationToken) | Send a POST request with a cancellation token as an asynchronous operation. |
.gif) | PutAsync(String, HttpContent) | Send a PUT request to the specified Uri as an asynchronous operation. |
.gif) | PutAsync(Uri, HttpContent) | Send a PUT request to the specified Uri as an asynchronous operation. |
.gif) | PutAsync(String, HttpContent, CancellationToken) | Send a PUT request with a cancellation token as an asynchronous operation. |
.gif) | PutAsync(Uri, HttpContent, CancellationToken) | Send a PUT request with a cancellation token as an asynchronous operation. |
.gif) | SendAsync(HttpRequestMessage) | Send an HTTP request as an asynchronous operation. |
.gif) | SendAsync(HttpRequestMessage, HttpCompletionOption) | Send an HTTP request as an asynchronous operation. |
.gif) | SendAsync(HttpRequestMessage, CancellationToken) | Send an HTTP request as an asynchronous operation. (Overrides HttpMessageInvoker..::.SendAsync(HttpRequestMessage, CancellationToken).) |
.gif) | SendAsync(HttpRequestMessage, HttpCompletionOption, CancellationToken) | Send an HTTP request as an asynchronous operation. |
.gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |