WebClient.OpenWrite Method
.NET Framework 2.0
Opens a stream for writing data to a resource with the specified URI.
| Name | Description |
|---|---|
| WebClient.OpenWrite (String) | Opens a stream for writing data to the specified resource. |
| WebClient.OpenWrite (Uri) | Opens a stream for writing data to the specified resource. |
| WebClient.OpenWrite (String, String) | Opens a stream for writing data to the specified resource, using the specified method. |
| WebClient.OpenWrite (Uri, String) | Opens a stream for writing data to the specified resource, by using the specified method. |