Show / Hide Table of Contents

    Interface IJsonRpcResponse<TResult>

    Base interface for JSON-RPC responses.
    Inherited Members
    IJsonRpcMessage.Id
    IHasProtocolVersion.ProtocolVersion
    Namespace: XploRe.Net.JsonRpc
    Assembly: XploRe.Net.JsonRpc.dll
    Syntax
    public interface IJsonRpcResponse<out TResult> : IJsonRpcMessage, IHasProtocolVersion
    Type Parameters
    Name Description
    TResult

    Properties

    Name Description
    Error Set to the JsonRpcError instance if an error occured during the JSON-RPC request. If the request succeeded, this property is null.
    Result The arbitrary JSON-RPC result object. May be null. If an error occurred, this property is always null.

    Extension Methods

    JsonRpcResponseExtensions.IsError<T>(IJsonRpcResponse<T>)
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.