Show / Hide Table of Contents

    Interface IJsonRpcClient

    A JSON-RPC client that invokes JSON-RPC requests at a destination and returns the corresponding JSON-RPC response.
    Namespace: XploRe.Net.JsonRpc
    Assembly: XploRe.Net.JsonRpc.dll
    Syntax
    public interface IJsonRpcClient

    Methods

    Name Description
    InvokeAsync<T>(IJsonRpcRequest) Invokes the provided JSON-RPC request and returns the received JSON-RPC response.
    InvokeAsync<T>(IJsonRpcRequest, JsonRpcSerializerSettings) Invokes the provided JSON-RPC request and returns the received JSON-RPC response.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.