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.

Return Value

Opened stream.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also