The GatewayConnection type exposes the following members.

Constructors

  NameDescription
GatewayConnectionOverloaded. Creates a new connection to a Gateway daemon.

Methods

  NameDescription
Close
Closes the connection to the Gateway daemon.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flow
Flows a GatewayRequest to the Gateway daemon.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ListSystems
Retrieves a list of the CICS servers defined in the Gateway daemon.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
HostName
Gets the host name of the Gateway daemon this GatewayConnection is or was connected to.
IsOpen
Gets a value indicating whether this GatewayConnection is connected to a Gateway daemon.
Port
Gets the remote TCP/IP port this GatewayConnection is or was connected to.

See Also