Dela via


JsonRpcError.RequestId Property

Definition

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

[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="id", Order=1)]
public StreamJsonRpc.RequestId RequestId { get; set; }
[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="id", Order=1)]
[System.Text.Json.Serialization.JsonPropertyName("id")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
[System.Text.Json.Serialization.JsonRequired]
public StreamJsonRpc.RequestId RequestId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="id", Order=1)>]
member this.RequestId : StreamJsonRpc.RequestId with get, set
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="id", Order=1)>]
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
[<System.Text.Json.Serialization.JsonRequired>]
member this.RequestId : StreamJsonRpc.RequestId with get, set
Public Property RequestId As RequestId

Property Value

Implements

Attributes

Applies to