The SslGatewayConnection type exposes the following members.

Constructors

  NameDescription
Public methodSslGatewayConnection(String, Int32)
Creates a new SSL connection to a Gateway daemon with default SSL properties.
Public methodSslGatewayConnection(String, Int32, SslProperties)
Creates a new SSL connection to a Gateway daemon with the specified SSL properties.
Public methodSslGatewayConnection(String, Int32, Int32, SslProperties)
Creates a new connection to a Gateway daemon with the specified timeout and SSL properties.
Public methodSslGatewayConnection(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.

Methods

  NameDescription
Public methodClose
Closes the connection to the Gateway daemon or returns it to the connection pool.
(Inherited from GatewayConnection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlow
Flows a GatewayRequest to the Gateway daemon.
(Inherited from GatewayConnection.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListSystems
Retrieves a list of the CICS servers defined in the Gateway daemon.
(Inherited from GatewayConnection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyApplid
Gets the client APPLID used for transaction tracking on this GatewayConnection.
(Inherited from GatewayConnection.)
Public propertyApplidQualifier
Gets the client APPLID qualifier used for transaction tracking on this GatewayConnection.
(Inherited from GatewayConnection.)
Public propertyCipherAlgorithm
Gets the bulk encryption algorithm used by the connection.
Public propertyCipherStrength
Gets the strength of the cipher algorithm.
Public propertyClientCertificate
Gets the certificate used to authenticate the client application.
Public propertyConnectionPool
Gets the SslGatewayConnectionPool that this SslGatewayConnection is associated with.
Public propertyGatewayCertificate
Gets the certificate used to authenticate the Gateway daemon.
Public propertyHostName
Gets the host name of the Gateway daemon this GatewayConnection is or was connected to.
(Inherited from GatewayConnection.)
Public propertyIsOpen
Gets a value indicating whether this GatewayConnection is connected to a Gateway daemon.
(Inherited from GatewayConnection.)
Public propertyPort
Gets the remote TCP/IP port this GatewayConnection is or was connected to.
(Inherited from GatewayConnection.)
Public propertySslProtocol
Gets a value that indicates the security protocol used to authenticate this connection.

See Also