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

Get the SSL proxy host from this connection factory.

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

Syntax

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

Return Value

return the host

Exceptions

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

See Also