Class JsonRpcIdType
JSON-RPC message ID types.
Namespace: XploRe.Net.JsonRpc
Assembly: XploRe.Net.JsonRpc.dll
Syntax
public sealed class JsonRpcIdType : Enum
Fields
| Name | Description |
|---|---|
| None | No JSON-RPC message ID given, i.e. the message is a notification. |
| Null | Null JSON-RPC message ID. Although supported by the standard, the use in requests is discouraged. Servers that receive malformed JSON requests or encounter and error detecting or decoding the JSON-RPC ID must use the Null ID in responses. |
| Number | Numeric JSON-RPC message ID. The standard allows fractional parts, but their use is discouraged as the representation of fractional parts may be inconsistent between systems. |
| String | String JSON-RPC message ID. |
| value__ |