HttpRequest.BeginGetRequestStream Method
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9119)
BeginGetRequestStream(AsyncCallback, Object)
Begins asynchronous GetRequestStream operation. Returns request stream that the request data can be written to as an asynchronous operation. Returns writable stream.
Declaration
public override IAsyncResult BeginGetRequestStream(AsyncCallback callback, object state)
Parameters
Type | Name | Description |
---|---|---|
AsyncCallback | callback | An optional asynchronous callback to be called when the operation is complete. |
Object | state | A user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
IAsyncResult | An IAsyncResult that references the asynchronous operation. |