Listener.OnAccept Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Listener.OnAccept Method 

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

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

Parameters

ar
The result of the asynchronous operation.

See Also

Listener Class | Listener Members | Org.Mentalis.Proxy Namespace