Gets or sets the EndPoint of the proxy server.

Namespace: Jscape.Util.Proxy
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.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