Represents a pool of Secure Sockets Layer (SSL) connections to a Gateway daemon.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public class SslGatewayConnectionPool : GatewayConnectionPool
Visual Basic
Public Class SslGatewayConnectionPool _
	Inherits GatewayConnectionPool
Visual C++
public ref class SslGatewayConnectionPool : public GatewayConnectionPool

Remarks

An SSL connection pool contains a number of open SslGatewayConnection instances which can be acquired for use and then later returned to the pool after use. Pooled connections can be used in exactly the same way as non-pooled connections, the only difference being the way the connection is obtained.

Inheritance Hierarchy

System..::..Object
  IBM.CTG..::..GatewayConnectionPool
    IBM.CTG..::..SslGatewayConnectionPool

Thread Safety

Members of this type are thread safe.

See Also