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: 1.0.0.0

Syntax

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

Property 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