Share via


IJsonRpcMessageWithId Interface

Definition

An interface found on JSON-RPC protocol messages that contain an

id
field.
public interface IJsonRpcMessageWithId
type IJsonRpcMessageWithId = interface
Public Interface IJsonRpcMessageWithId
Derived

Properties

RequestId

Gets or sets the ID on a message.

Applies to