Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
McpScopeRootAttribute.cs
1
using
System
;
2
3
namespace
Waher.Networking.HTTP.Mcp.Model.Attributes
4
{
8
[AttributeUsage(AttributeTargets.Class, AllowMultiple =
true
, Inherited =
true
)]
9
public
class
McpScopeRootAttribute
: Attribute
10
{
15
public
McpScopeRootAttribute
(
string
ScopeRoot
)
16
{
17
this.ScopeRoot =
ScopeRoot
;
18
}
19
23
public
string
ScopeRoot
{
get
; }
24
}
25
}
Waher.Networking.HTTP.Mcp.Model.Attributes.McpScopeRootAttribute
Defines a scope root for an MCP server web resource.
Definition:
McpScopeRootAttribute.cs:10
Waher.Networking.HTTP.Mcp.Model.Attributes.McpScopeRootAttribute.ScopeRoot
string ScopeRoot
Scope root for the MCP server.
Definition:
McpScopeRootAttribute.cs:23
Waher.Networking.HTTP.Mcp.Model.Attributes.McpScopeRootAttribute.McpScopeRootAttribute
McpScopeRootAttribute(string ScopeRoot)
Defines a scope root for an MCP server web resource.
Definition:
McpScopeRootAttribute.cs:15
System
Definition:
Adapters.g.cs:58
Waher.Networking.HTTP.Mcp.Model.Attributes
Definition:
McpDateParameterAttribute.cs:6
IoTGateway
Networking
Waher.Networking.HTTP.Mcp
Model
Attributes
McpScopeRootAttribute.cs
Generated by
1.9.5