DotMSN

ProxySocket.ProxyEndPoint Property

Gets or sets the EndPoint of the proxy server.

[Visual Basic]
Public Property ProxyEndPoint As 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 | Org.Mentalis.Network.ProxySocket Namespace