[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]

Get the SSL proxy port from this connection factory.

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

Syntax

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

Return Value

the port.

Exceptions

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

See Also