Interface IJsonRpcMessage
Base interface for JSON-RPC messages.
Namespace: XploRe.Net.JsonRpc
Assembly: XploRe.Net.JsonRpc.dll
Syntax
public interface IJsonRpcMessage
Properties
Name | Description |
---|---|
Id |
The JSON-RPC message ID.
If a message has no message ID, the property equals the None instance. |