FormatterBase.JsonRpc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.