[TIBCO.EMS .NET client library 7.0 documentation]

Get the SSL proxy port from this connection factory.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public int GetSSLProxyPort()
Public Function GetSSLProxyPort As Integer
public:
int GetSSLProxyPort()

Return Value

the port.

Exceptions

ExceptionCondition
TIBCO.EMS..::.EMSException if the protocol of the connection factory's URL is not SSL.

See Also