Gets the SslGatewayConnectionPool that this SslGatewayConnection is associated with.

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

Syntax

C#
public SslGatewayConnectionPool ConnectionPool { get; }
Visual Basic
Public ReadOnly Property ConnectionPool As SslGatewayConnectionPool
	Get
Visual C++
public:
property SslGatewayConnectionPool^ ConnectionPool {
	SslGatewayConnectionPool^ get ();
}

Field Value

The connection pool that contains this connection, or nullNothingnullptra null reference (Nothing in Visual Basic) if the connection was not created in a connection pool.

Remarks

After a pooled connection closes for any reason, the connection is removed from the connection pool and this property will return nullNothingnullptra null reference (Nothing in Visual Basic).

See Also