Flag indicating that the connection has been set and established. Note: Connection must be always established at the moment of setting as a current one for given DataChannel.

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1

Syntax

C#
public bool ConnectionSet { get; }
Visual Basic (Declaration)
Public ReadOnly Property ConnectionSet As Boolean
Visual C++
public:
property bool ConnectionSet {
	bool get ();
}

See Also