WebClient.OpenWriteTaskAsync Method
.NET Framework 4.5
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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
OpenWriteTaskAsync(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(String, String) | 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. |