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