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