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

Declaration Syntax
Public Function OpenWrite ( _
address As Uri, _
method As String _
) As Stream

Parameters
- address (Uri)
- The URI of the resource to receive the data.
- method (String)
- The method used to send the data to the resource.
If null, the default is POST for http and STOR for ftp.

Return Value
A
Stream used to write data to the resource.
Assembly:
InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0