Ends an asynchronous BeginGetRequestStream operation.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
Public Overrides Function EndGetRequestStream ( _
	asyncResult As IAsyncResult _
) As Stream
C#
public override Stream EndGetRequestStream(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: System..::..IAsyncResult
Stores state information for this asynchronous operation as well as any user defined data.

Return Value

Returns writable stream.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also