Called when we have received some bytes from the client.
[Visual Basic]Private Sub OnReceiveCommand( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnReceiveCommand(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace