Condividi tramite


FormatterBase.JsonRpc Property

Definition

Gets the JsonRpc that is associated with this formatter.

protected StreamJsonRpc.JsonRpc? JsonRpc { get; }
member this.JsonRpc : StreamJsonRpc.JsonRpc
Protected ReadOnly Property JsonRpc As JsonRpc

Property Value

Remarks

This field is used to create the IProgress<T> instance that will send the progress notifications when server reports it. The Rpc property helps to ensure that only one JsonRpc instance is associated with this formatter.

Applies to