[TIBCO.EMS .NET client library 8.1 documentation]

Get the SSL proxy host from this connection factory.

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

Syntax

public string GetSSLProxyHost()
Public Function GetSSLProxyHost As String
public:
String^ GetSSLProxyHost()

Return Value

return the host

Exceptions

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

See Also