WebClient::OpenWrite Method

 

Opens a stream for writing data to a resource with the specified URI.

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodOpenWrite(String^)

Opens a stream for writing data to the specified resource.

System_CAPS_pubmethodOpenWrite(String^, String^)

Opens a stream for writing data to the specified resource, using the specified method.

System_CAPS_pubmethodOpenWrite(Uri^)

Opens a stream for writing data to the specified resource.

System_CAPS_pubmethodOpenWrite(Uri^, String^)

Opens a stream for writing data to the specified resource, by using the specified method.

Return to top
Show: