Gets/Sets the hostname or IP address of the Proxy server.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

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

See Also