Represents a CICS External Call Interface (ECI) request.

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

Syntax

C#
public class EciRequest : GatewayRequest
Visual Basic (Declaration)
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

This type is thread safe.

See Also