ProxySocket.ProxyEndPoint Property

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

ProxySocket.ProxyEndPoint Property

Gets or sets the EndPoint of the proxy server.

[Visual Basic]Public Property ProxyEndPoint As System.Net.IPEndPoint
[C#]
public System.Net.IPEndPoint ProxyEndPoint {get; set;}

Property Value

An IPEndPoint object that holds the IP address and the port of the proxy server.

See Also

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