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.