FtpWebRequest.BeginGetRequestStream Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
BeginGetRequestStream(AsyncCallback, Object)
Begins an asynchronous request for a Stream instance to use to write data.
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. |