The SslGatewayConnectionPool type exposes the following members.

Properties

  NameDescription
Public propertyAgedTimeout
Gets the maximum time that connections can remain open in the connection pool.
(Inherited from GatewayConnectionPool.)
Public propertyApplid
Gets the client APPLID used for transaction tracking by connections in this pool.
(Inherited from GatewayConnectionPool.)
Public propertyApplidQualifier
Gets the client APPLID qualifier used for transaction tracking by connections in this pool.
(Inherited from GatewayConnectionPool.)
Public propertyAvailableCount
Gets the number of connections in this connection pool that are available to be acquired.
(Inherited from GatewayConnectionPool.)
Public propertyConnectionCount
Gets the total number of connections in this connection pool.
(Inherited from GatewayConnectionPool.)
Public propertyHostName
Gets the host name of the Gateway daemon that connections in this pool are connected to.
(Inherited from GatewayConnectionPool.)
Public propertyIdleTimeout
Gets the maximum time that connections can remain idle in the connection pool.
(Inherited from GatewayConnectionPool.)
Public propertyMaxConnections
Gets the maximum number of connections in this connection pool.
(Inherited from GatewayConnectionPool.)
Public propertyMinConnections
Gets the minimum number of connections in this connection pool.
(Inherited from GatewayConnectionPool.)
Public propertyPort
Gets the remote TCP/IP port that connections in this pool are connected to.
(Inherited from GatewayConnectionPool.)

See Also