SocksHandler.RemoteConnection Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksHandler.RemoteConnection Property

Gets or sets the connection with the remote host.

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

Property Value

A Socket representing the connection between the proxy server and the remote host.

Exceptions

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

See Also

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