Gets a value indicating whether this GatewayConnection is connected to a Gateway daemon.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

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

Field Value

trueTruetruetrue (True in Visual Basic) if this GatewayConnection is connected to a Gateway daemon, otherwise falseFalsefalsefalse (False in Visual Basic).

See Also