Gets or sets the EndPoint of the proxy server.

Namespace: Jscape.Util.Proxy
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
public IPEndPoint ProxyEndPoint { get; set; }
Visual Basic
Public Property ProxyEndPoint As IPEndPoint
	Get
	Set
Visual C++
public:
property IPEndPoint^ ProxyEndPoint {
	IPEndPoint^ get ();
	void set (IPEndPoint^ value);
}

Field Value

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

See Also