Represents a CICS External Call Interface (ECI) request.

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

Syntax

C#
public class EciRequest : GatewayRequest
Visual Basic
Public Class EciRequest _
	Inherits GatewayRequest
Visual C++
public ref class EciRequest : public GatewayRequest

Remarks

A request is able to support both COMMAREA and Channel payloads. If both are specified on an EciRequest, the Channel is used and the COMMAREA is ignored.

Inheritance Hierarchy

System..::..Object
  IBM.CTG..::..GatewayRequest
    IBM.CTG..::..EciRequest

Thread Safety

Members of this type are thread safe.

See Also