AuthBase.Connection Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

AuthBase.Connection Property

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