[TIBCO.EMS .NET client library 7.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Enable or disable tracing on the client side.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.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.