SocksClient.OnEndSocksProtocol Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksClient.OnEndSocksProtocol Method 

Called when the SOCKS protocol has ended. We can no start relaying data, if the SOCKS authentication was successful.

[Visual Basic]Private Sub OnEndSocksProtocol( _
   ByVal Success As Boolean, _
   ByVal Remote As System.Net.Sockets.Socket _
)
[C#]
private void OnEndSocksProtocol(
   bool Success,
   Socket Remote
);

Parameters

Success
Specifies whether the SOCKS negotiation was successful or not.
Remote
The connection with the remote server.

See Also

SocksClient Class | SocksClient Members | Org.Mentalis.Proxy.Socks Namespace