Show / Hide Table of Contents

    Method IsInternal

    IsInternal(IJsonRpcRequest)

    Determines whether the invoked method is a RPC-internal or extension method.
    Declaration
    public static bool IsInternal(this IJsonRpcRequest request)
    Parameters
    Type Name Description
    IJsonRpcRequest request This IJsonRpcRequest instance.
    Returns
    Type Description
    Boolean true, if the method of the request is a RPC-internal or extension method, otherwise false.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.