Show / Hide Table of Contents

    Class JsonRpcWebClient

    Simple JSON-RPC web client to run requests against a service endpoint. The protocol of the service endpoint must be a registered WebRequest prefix.
    Inheritance
    Object
    JsonRpcWebClient
    Implements
    IJsonRpcClient
    Namespace: XploRe.Net.JsonRpc
    Assembly: XploRe.Net.JsonRpc.dll
    Syntax
    public class JsonRpcWebClient : Object, IJsonRpcClient

    Constructors

    Name Description
    JsonRpcWebClient(Uri) Initialises a new JsonRpcWebClient instance with a given service endpoint.

    Properties

    Name Description
    ServiceEndpoint Configured service endpoint Uri.
    WebRequest Cached WebRequest instance for the configured service endpoint that is automatically initialised on first access.

    Methods

    Name Description
    InvokeAsync<T>(IJsonRpcRequest)
    InvokeAsync<T>(IJsonRpcRequest, JsonRpcSerializerSettings)
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.