HttpClient.PostAsync Method
Sends a POST request to the specified Uri as an asynchronous operation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
PostAsync(String, HttpContent) | Sends a POST request to the specified Uri as an asynchronous operation. | |
PostAsync(Uri, HttpContent) | Sends a POST request to the specified Uri as an asynchronous operation. | |
PostAsync(String, HttpContent, CancellationToken) | Sends a POST request with a cancellation token as an asynchronous operation. | |
PostAsync(Uri, HttpContent, CancellationToken) | Sends a POST request with a cancellation token as an asynchronous operation. |
Top