HttpClient::DeleteAsync Method
.NET Framework (current version)
Send a DELETE request to the specified Uri as an asynchronous operation.
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | DeleteAsync(String^) | Send a DELETE request to the specified Uri as an asynchronous operation. |
![]() | DeleteAsync(String^, CancellationToken) | Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. |
![]() | DeleteAsync(Uri^) | Send a DELETE request to the specified Uri as an asynchronous operation. |
![]() | DeleteAsync(Uri^, CancellationToken) | Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. |
Show:
