Gets a value indicating whether a valid Channel is associated with the request.

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

Syntax

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

Field Value

trueTruetruetrue (True in Visual Basic) if there is a Channel set on the EciRequest, otherwise falseFalsefalsefalse (False in Visual Basic).

Remarks

falseFalsefalsefalse (False in Visual Basic) is returned if the Channel is disposed.

See Also