Show / Hide Table of Contents

    Class JsonRpcProtocolCompatiblityMode

    Controls the treatment of JSON-RPC protocol versions in JSON-RPC messages.
    Inheritance
    Enum
    JsonRpcProtocolCompatiblityMode
    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__
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.