Begins asynchronous GetRequestStream operation.
Returns request stream that the request data can be written to as an asynchronous operation. Returns writable stream.
Namespace:
Rebex.Net
Assembly:
Rebex.Http (in Rebex.Http.dll)
Syntax
Visual Basic |
---|
Public Overrides Function BeginGetRequestStream ( _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
C# |
---|
public override IAsyncResult BeginGetRequestStream( AsyncCallback callback, Object state ) |
Parameters
- callback
- Type: System..::..AsyncCallback
An optional asynchronous callback to be called when the operation is complete.
- state
- Type: System..::..Object
A user-provided object that identifies this particular asynchronous operation.