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.
|