FtpListener.OnAccept Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpListener.OnAccept Method 

Called when there's an incoming client connection waiting to be accepted.

[Visual Basic]Overrides Public Sub OnAccept( _
   ByVal ar As System.IAsyncResult _
)
[C#]
public override void OnAccept(
   IAsyncResult ar
);

Parameters

ar
The result of the asynchronous operation.

See Also

FtpListener Class | FtpListener Members | Org.Mentalis.Proxy.Ftp Namespace