HttpClient.PutAsync Method

Sends a PUT 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
Public method PutAsync(String, HttpContent) Sends a PUT request to the specified Uri as an asynchronous operation.
Public method PutAsync(Uri, HttpContent) Sends a PUT request to the specified Uri as an asynchronous operation.
Public method PutAsync(String, HttpContent, CancellationToken) Sends a PUT request with a cancellation token as an asynchronous operation.
Public method PutAsync(Uri, HttpContent, CancellationToken) Sends a PUT request with a cancellation token as an asynchronous operation.

Top

See Also

Reference

HttpClient Class

System.Net.Http Namespace