Opens a stream that is used to send data to provided URI.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Http (in Rebex.Http.dll)
Syntax
| Visual Basic | 
|---|
Public Function OpenWrite ( _ uri As Uri, _ method As String _ ) As Stream  | 
| C# | 
|---|
public Stream OpenWrite( Uri uri, string method )  | 
Parameters
- uri
 - Type: System..::..Uri
Uri to send data to. 
- method
 - Type: System..::..String
HTTP method to use when sending the data from the stream.