SocksHandler.Server Property

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

SocksHandler.Server Property

Gets or sets the socket connection with the proxy server.

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

Property Value

A Socket object that represents the connection with the proxy server.

Exceptions

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

See Also

SocksHandler Class | SocksHandler Members | Org.Mentalis.Network.ProxySocket Namespace