HttpClient.PostAsync Method

.NET Framework (current version)
 

Send a POST 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_pubmethodPostAsync(String, HttpContent)

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

System_CAPS_pubmethodPostAsync(String, HttpContent, CancellationToken)

Send a POST request with a cancellation token as an asynchronous operation.

System_CAPS_pubmethodPostAsync(Uri, HttpContent)

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

System_CAPS_pubmethodPostAsync(Uri, HttpContent, CancellationToken)

Send a POST request with a cancellation token as an asynchronous operation.

This operation will not block.

Return to top
Show: