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
HttpListener Class | HttpListener Members | Org.Mentalis.Proxy.Http Namespace