Adaptive connection flag. If true adaptive connection will be taken in use.

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

Syntax

C#
public bool UseAdaptiveConnect { get; set; }
Visual Basic
Public Property UseAdaptiveConnect As Boolean
	Get
	Set
Visual C++
public:
property bool UseAdaptiveConnect {
	bool get ();
	void set (bool value);
}

See Also