Gets or sets the Socket connection between the proxy server and the SOCKS client.
[Visual Basic]Protected Property Connection As System.Net.Sockets.Socket
[C#]
protected System.Net.Sockets.Socket Connection {get; set;}
Property Value
A Socket instance defining the connection between the proxy server and the local client.
See Also
AuthBase Class | AuthBase Members | Org.Mentalis.Proxy.Socks.Authentication Namespace