Show / Hide Table of Contents

    Interface IJsonRpcRequest

    Base interface for JSON-RPC requests.
    Inherited Members
    IJsonRpcMessage.Id
    IHasProtocolVersion.ProtocolVersion
    Namespace: XploRe.Net.JsonRpc
    Assembly: XploRe.Net.JsonRpc.dll
    Syntax
    public interface IJsonRpcRequest : IJsonRpcMessage, IHasProtocolVersion

    Properties

    Name Description
    Method The name of the method invoked by the request.

    Extension Methods

    JsonRpcRequestExtensions.IsInternal(IJsonRpcRequest)
    JsonRpcRequestExtensions.IsNotification(IJsonRpcRequest)
    JsonRpcRequestExtensions.CreateResponse<T>(IJsonRpcRequest, T)
    JsonRpcRequestExtensions.CreateResponseWithError(IJsonRpcRequest, Int32, String)
    JsonRpcRequestExtensions.CreateResponseWithError(IJsonRpcRequest, Int32, String, Object)
    JsonRpcRequestExtensions.CreateResponseWithError(IJsonRpcRequest, JsonRpcError)
    JsonRpcRequestExtensions.CreateResponseWithError<T>(IJsonRpcRequest, Int32, String)
    JsonRpcRequestExtensions.CreateResponseWithError<T>(IJsonRpcRequest, Int32, String, Object)
    JsonRpcRequestExtensions.CreateResponseWithError<T>(IJsonRpcRequest, JsonRpcError)
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.