JsonMessageFormatter.ProtocolVersion Property

Definition

Gets or sets the version of the JSON-RPC protocol emulated by this instance.

public Version ProtocolVersion { get; set; }
member this.ProtocolVersion : Version with get, set
Public Property ProtocolVersion As Version

Property Value

The default value is 2.0.

Applies to