Class JsonRpcProtocolCompatiblityMode
Controls the treatment of JSON-RPC protocol versions in JSON-RPC messages.
Namespace: XploRe.Net.JsonRpc
Assembly: XploRe.Net.JsonRpc.dll
Syntax
public sealed class JsonRpcProtocolCompatiblityMode : Enum
Fields
Name | Description |
---|---|
Relaxed | No JSON-RPC protocol version is enforced. Received messages are deserialised on a best-effort basis. |
Strict | Enfores the configured JSON-RPC protocol version. If the JSON-RPC protocol version of a message does not match the configured protocol version or is missing, an exception is thrown when deserialising the message. |
value__ |