Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcMethodInfo.cs
1
using
System.Reflection;
2
3
namespace
Waher.Networking.HTTP.JsonRpc
4
{
8
public
class
JsonRpcMethodInfo
:
ProtectedMethod
9
{
16
public
JsonRpcMethodInfo
(MethodInfo
Method
,
17
bool
CaseSensitive,
string
[]?
RequiredPrivileges
)
18
: base(
Method
, CaseSensitive,
RequiredPrivileges
)
19
{
20
}
21
}
22
}
Waher.Networking.HTTP.JsonRpc.JsonRpcMethodInfo
Information about a method published via a JSON-RPC web service.
Definition:
JsonRpcMethodInfo.cs:9
Waher.Networking.HTTP.JsonRpc.JsonRpcMethodInfo.JsonRpcMethodInfo
JsonRpcMethodInfo(MethodInfo Method, bool CaseSensitive, string[]? RequiredPrivileges)
Information about a method published via a JSON-RPC web service.
Definition:
JsonRpcMethodInfo.cs:16
Waher.Networking.HTTP.JsonRpc.ProtectedMethod
Information about a protected method.
Definition:
ProtectedMethod.cs:18
Waher.Networking.HTTP.JsonRpc.ProtectedMethod.Method
MethodInfo Method
Method information.
Definition:
ProtectedMethod.cs:160
Waher.Networking.HTTP.JsonRpc.ProtectedMethod.RequiredPrivileges
string[] RequiredPrivileges
Privileges required by the user that calls the method.
Definition:
ProtectedMethod.cs:210
Waher.Networking.HTTP.JsonRpc
Definition:
JsonRpcError.cs:2
IoTGateway
Networking
Waher.Networking.HTTP.JsonRpc
JsonRpcMethodInfo.cs
Generated by
1.9.5