Represents a Secure Sockets Layer (SSL) connection to a Gateway daemon.
Inheritance Hierarchy
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
The SslGatewayConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SslGatewayConnection(String, Int32) | Creates a new SSL connection to a Gateway daemon with default SSL properties. |
![]() | SslGatewayConnection(String, Int32, SslProperties) | Creates a new SSL connection to a Gateway daemon with the specified SSL properties. |
![]() | SslGatewayConnection(String, Int32, Int32, SslProperties) | Creates a new connection to a Gateway daemon with the specified timeout and SSL properties. |
![]() | SslGatewayConnection(String, Int32, Int32, String, String, SslProperties) | Creates a new connection to a Gateway daemon with the specified timeout and SSL properties. The connection will use the specified APPLID
and APPLID qualifier for transaction tracking. |
Properties
Name | Description | |
---|---|---|
![]() | Applid | Gets the client APPLID used for transaction tracking on this GatewayConnection. (Inherited from GatewayConnection.) |
![]() | ApplidQualifier | Gets the client APPLID qualifier used for transaction tracking on this GatewayConnection. (Inherited from GatewayConnection.) |
![]() | CipherAlgorithm | Gets the bulk encryption algorithm used by the connection. |
![]() | CipherStrength | Gets the strength of the cipher algorithm. |
![]() | ClientCertificate | Gets the certificate used to authenticate the client application. |
![]() | GatewayCertificate | Gets the certificate used to authenticate the Gateway daemon. |
![]() | HostName |
Gets the host name of the Gateway daemon this GatewayConnection is or was connected to.
(Inherited from GatewayConnection.) |
![]() | IsOpen | Gets a value indicating whether this GatewayConnection is connected to a Gateway daemon. (Inherited from GatewayConnection.) |
![]() | Port | Gets the remote TCP/IP port this GatewayConnection is or was connected to. (Inherited from GatewayConnection.) |
![]() | SslProtocol | Gets a value that indicates the security protocol used to authenticate this connection. |
Methods
Name | Description | |
---|---|---|
![]() | Close | Closes the connection to the Gateway daemon. (Inherited from GatewayConnection.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Flow |
Flows a GatewayRequest to the Gateway daemon.
(Inherited from GatewayConnection.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ListSystems | Retrieves a list of the CICS servers defined in the Gateway daemon. (Inherited from GatewayConnection.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also