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

Enable or disable tracing on the client side.

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

Syntax

public void SetSSLTrace(
	bool trace
)
Public Sub SetSSLTrace ( _
	trace As Boolean _
)
public:
void SetSSLTrace(
	bool trace
)

Parameters

trace
Type: System..::.Boolean
Flag to indicate whether tracing should be enabled for all connection created via this connection factory.
  • When true, tracing is enabled.
  • When false, (the default) tracing is disabled.

Remarks

Tracing will show information during the SSL handshake and on messages received and sent by the SSL link.

See Also