The EciRequest type exposes the following members.

Constructors

  NameDescription
EciRequest
Creates a new EciRequest.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the EciRequest.
(Overrides Object..::.Finalize()()().)
GetCommareaDataOverloaded. Gets the COMMAREA data associated with the request.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetCommareaData
Sets the COMMAREA data associated with the request.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AbendCode
Gets the abend code returned from CICS.
Channel
Gets or sets the Channel on the EciRequest.
CommareaInboundLength
Gets or sets the limit on the COMMAREA length returned from the request.
CommareaLength
Gets the length of the COMMAREA associated with the request.
CommareaOutboundLength
Gets or sets the limit on the COMMAREA length sent with the request.
EciReturnCode
Gets the ECI return code from the most recent flow of this request.
ExtendMode
Gets or sets the extended behavior for the request.
GatewayReturnCode
Gets the Gateway daemon return code from the most recent flow of this request.
(Inherited from GatewayRequest.)
HasChannel
Gets a value indicating whether a valid Channel is associated with the request.
LuwToken
Gets or sets the logical unit of work (LUW) token for the request.
MirrorTransId
Gets or sets the identifier of the mirror transaction that will be used to process the request.
Password
Gets or sets the CICS password to use for the request.
Program
Gets or sets the name of the CICS program to call.
ReturnCode
Gets the return code from the most recent flow of this request.
(Inherited from GatewayRequest.)
ReturnCodeString
Gets a string representation of ReturnCode.
(Inherited from GatewayRequest.)
ServerName
Gets or sets the name of the CICS server to run the program on, as defined in the Gateway daemon.
Timeout
Gets or sets the timeout period for the request.
TransId
Gets or sets the identifier of the transaction used when linking to the CICS program.
UserId
Gets or sets the CICS user id to use for the request.

See Also