Begins an asynchronous request for a FtpWebResponse instance to use to write data.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Overrides Function BeginGetResponse ( _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
C# |
---|
public override IAsyncResult BeginGetResponse( 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.