Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcMetaDataArgumentAttribute.cs
1using System;
2
4{
9 [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
10 public class JsonRpcMetaDataArgumentAttribute : Attribute
11 {
17 {
18 }
19 }
20}
Declares an argument as recipient for meta-data, if such is available in the request.
JsonRpcMetaDataArgumentAttribute()
Declares an argument as recipient for meta-data, if such is available in the request.