The GatewayConnection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GatewayConnection(String, Int32) | Creates a new connection to a Gateway daemon. | |
| GatewayConnection(String, Int32, Int32) | Creates a new connection to a Gateway daemon with the specified timeout. | |
| GatewayConnection(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. |
Methods
| Name | Description | |
|---|---|---|
| Close | Closes the connection to the Gateway daemon. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Flow |
Flows a GatewayRequest to the Gateway daemon.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ListSystems | Retrieves a list of the CICS servers defined in the Gateway daemon. | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Applid | Gets the client APPLID used for transaction tracking on this GatewayConnection. | |
| ApplidQualifier | Gets the client APPLID qualifier used for transaction tracking on this GatewayConnection. | |
| 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. |