GatewayConnection Class

CICS Transaction Gateway V9.3.0.0
Represents a connection to a Gateway daemon.
Inheritance Hierarchy

SystemObject
  IBM.CTGGatewayConnection
    IBM.CTGSslGatewayConnection

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public class GatewayConnection : IDisposable

The GatewayConnection type exposes the following members.

Constructors

  NameDescription
Public methodGatewayConnection(String, Int32)
Creates a new connection to a Gateway daemon.
Public methodGatewayConnection(String, Int32, Int32)
Creates a new connection to a Gateway daemon with the specified timeout.
Public methodGatewayConnection(String, Int32, Int32, String, String)
Creates a new connection to a Gateway daemon with the specified timeout. The connection will use the specified APPLID and APPLID qualifier for transaction tracking.
Top
Properties

  NameDescription
Public propertyApplid
Gets the client APPLID used for transaction tracking on this GatewayConnection.
Public propertyApplidQualifier
Gets the client APPLID qualifier used for transaction tracking on this GatewayConnection.
Public propertyHostName
Gets the host name of the Gateway daemon this GatewayConnection is or was connected to.
Public propertyIsOpen
Gets a value indicating whether this GatewayConnection is connected to a Gateway daemon.
Public propertyPort
Gets the remote TCP/IP port this GatewayConnection is or was connected to.
Top
Methods

  NameDescription
Public methodClose
Closes the connection to the Gateway daemon.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFlow
Flows a GatewayRequest to the Gateway daemon.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodListSystems
Retrieves a list of the CICS servers defined in the Gateway daemon.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference