JsonRpc.TraceSource Property

Definition

Gets or sets the TraceSource used to trace JSON-RPC messages and events.

public System.Diagnostics.TraceSource TraceSource { get; set; }
member this.TraceSource : System.Diagnostics.TraceSource with get, set
Public Property TraceSource As TraceSource

Property Value

The value can never be null.

Exceptions

Thrown by the setter if a null value is provided.

Applies to