Sdílet prostřednictvím


JsonRpcMessage.Version Vlastnost

Definice

Získá nebo nastaví verzi protokolu JSON-RPC, který tato zpráva odpovídá.

[System.Runtime.Serialization.DataMember(IsRequired=true, Name="jsonrpc", Order=0)]
public string Version { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="jsonrpc", Order=0)>]
member this.Version : string with get, set
Public Property Version As String

Hodnota vlastnosti

Výchozí hodnota je 2.0.

Atributy

Platí pro