Interface IJsonRpcMessageWithId
- Namespace
- StreamJsonRpc.Protocol
- Assembly
- StreamJsonRpc.dll
An interface found on JSON-RPC protocol messages that contain an id
field.
public interface IJsonRpcMessageWithId
Properties
RequestId
Gets or sets the ID on a message.
RequestId RequestId { get; set; }