Acquires an SSL connection from the connection pool.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax
Return Value
Type: SslGatewayConnectionA SSL connection.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | The SslGatewayConnectionPool has been closed. |
| SocketException | A new connection was attempted but the host name did not resolve to a valid IP address. -or- A new connection was attempted but could not be established. |
| AuthenticationException | A new connection was attempted but authentication failed. |
| SecurityException | A new connection was attempted but a caller higher in the call stack does not have permission for the requested operation. |
| GatewayException | A new connection was attempted but an error occurred within the Gateway daemon. |
Remarks
See Also