WebClient.OpenWrite Method
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Opens a stream for writing data to a resource with the specified URI.
Assembly: System (in System.dll)
Name | Description | |
---|---|---|
![]() | OpenWrite(String) | Opens a stream for writing data to the specified resource. |
![]() | OpenWrite(String, String) | Opens a stream for writing data to the specified resource, using the specified method. |
![]() | OpenWrite(Uri) | Opens a stream for writing data to the specified resource. |
![]() | OpenWrite(Uri, String) | Opens a stream for writing data to the specified resource, by using the specified method. |
Show: