HttpClient::PutAsync Method

.NET Framework (current version)
 

Send a PUT 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_pubmethodPutAsync(String^, HttpContent^)

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

System_CAPS_pubmethodPutAsync(String^, HttpContent^, CancellationToken)

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

System_CAPS_pubmethodPutAsync(Uri^, HttpContent^)

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

System_CAPS_pubmethodPutAsync(Uri^, HttpContent^, CancellationToken)

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

This operation will not block.

Return to top
Show: