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