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 _ ) As Stream |
| C# |
|---|
public Stream OpenWrite( string uri ) |
Parameters
- uri
- Type: System..::..String
Uri to send data to.
Return Value
Opened stream.
Remarks
HTTP method POST is used.