FtpWebRequest.BeginGetResponse Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9448)
BeginGetResponse(AsyncCallback, Object)
Begins an asynchronous request for a FtpWebResponse instance to use to write data.
Declaration
public override IAsyncResult BeginGetResponse(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. |