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 String, _ method As String _ ) As Stream |
C# |
---|
public Stream OpenWrite( string uri, string method ) |
Parameters
- uri
- Type: System..::..String
Uri to send data to.
- method
- Type: System..::..String
HTTP method to use when sending the data from the stream.