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

Set client tracer to given output stream.

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

Syntax

public void SetClientTracer(
	StreamWriter tracer
)
Public Sub SetClientTracer ( _
	tracer As StreamWriter _
)
public:
void SetClientTracer(
	StreamWriter^ tracer
)

Parameters

tracer
Type: System.IO..::.StreamWriter
The output stream to send the tracing information. Specify null as parameter to disable client tracing.

Remarks

Client tracing prints loaded certificates and information about the SSL handshake errors and results.

See Also