SocksHandler.Connection Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksHandler.Connection Property

Gets or sets the connection with the client.

[Visual Basic]Protected Property Connection As System.Net.Sockets.Socket
[C#]
protected System.Net.Sockets.Socket Connection {get; set;}

Property Value

A Socket representing the connection between the proxy server and the SOCKS client.

Exceptions

Exception Type Condition
System.ArgumentNullException The specified value is null.

See Also

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