WebClient::OpenWriteTaskAsync Method
.NET Framework (current version)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object. These methods do not block the calling thread.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | OpenWriteTaskAsync(String^) | Opens a stream for writing data to the specified resource as an asynchronous operation using a task object. |
![]() | OpenWriteTaskAsync(String^, String^) | Opens a stream for writing data to the specified resource as an asynchronous operation using a task object. |
![]() | OpenWriteTaskAsync(Uri^) | Opens a stream for writing data to the specified resource as an asynchronous operation using a task object. |
![]() | OpenWriteTaskAsync(Uri^, String^) | Opens a stream for writing data to the specified resource as an asynchronous operation using a task object. |
Show:
