JsonRpcRequest.Id Property

Definition

Caution

Use RequestId instead.

Gets or sets an identifier established by the client if a response to the request is expected.

C#
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="id", Order=3)]
public object Id { get; set; }
C#
[System.Obsolete("Use RequestId instead.")]
[System.Runtime.Serialization.IgnoreDataMember]
public object? Id { get; set; }

Property Value

A String, an Int32, a Int64, or null.

Attributes

Applies to

Toode Versioonid (aegunud)
StreamJsonRpc 2.0, 2.1, 2.2 (2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9)