Creates a new SSL connection to a Gateway daemon.

Overload List

  NameDescription
Public methodSslGatewayConnection(String, Int32)
Creates a new SSL connection to a Gateway daemon with default SSL properties.
Public methodSslGatewayConnection(String, Int32, SslProperties)
Creates a new SSL connection to a Gateway daemon with the specified SSL properties.
Public methodSslGatewayConnection(String, Int32, Int32, SslProperties)
Creates a new connection to a Gateway daemon with the specified timeout and SSL properties.
Public methodSslGatewayConnection(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.

See Also