Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
McpMetaDataArgumentAttribute.cs
1using System;
3
5{
10 [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
12 {
18 {
19 }
20 }
21}
Declares an argument as recipient for meta-data, if such is available in the request.
Declares an argument as recipient for meta-data, if such is available in the request.
McpMetaDataArgumentAttribute()
Declares an argument as recipient for meta-data, if such is available in the request.