HttpClient.DeleteAsync Method
Send a DELETE request to the specified Uri as an asynchronous operation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DeleteAsync(String) | Sends a DELETE request to the specified Uri as an asynchronous operation. | |
DeleteAsync(Uri) | Sends a DELETE request to the specified Uri as an asynchronous operation. | |
DeleteAsync(String, CancellationToken) | Sends a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. | |
DeleteAsync(Uri, CancellationToken) | Sends a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. |
Top