HttpClient::DeleteAsync Method

.NET Framework (current version)
 

Send a DELETE request to the specified Uri as an asynchronous operation.

Namespace:   System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

NameDescription
System_CAPS_pubmethodDeleteAsync(String^)

Send a DELETE request to the specified Uri as an asynchronous operation.

System_CAPS_pubmethodDeleteAsync(String^, CancellationToken)

Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation.

System_CAPS_pubmethodDeleteAsync(Uri^)

Send a DELETE request to the specified Uri as an asynchronous operation.

System_CAPS_pubmethodDeleteAsync(Uri^, CancellationToken)

Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation.

Return to top
Show: