Creates a new SSL connection to a Gateway daemon.
Overload List
Name | Description | |
---|---|---|
![]() | SslGatewayConnection(String, Int32) | Creates a new SSL connection to a Gateway daemon with default SSL properties. |
![]() | SslGatewayConnection(String, Int32, SslProperties) | Creates a new SSL connection to a Gateway daemon with the specified SSL properties. |
![]() | SslGatewayConnection(String, Int32, Int32, SslProperties) | Creates a new connection to a Gateway daemon with the specified timeout and SSL properties. |
![]() | SslGatewayConnection(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. |