Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IRequestOrigin.cs
1
using
System.Threading.Tasks;
2
using
Waher.Security
;
3
4
namespace
Waher.Things
5
{
9
public
interface
IRequestOrigin
:
IHasPrivileges
10
{
14
Task<RequestOrigin>
GetOrigin
();
15
}
16
}
Waher.Security.IHasPrivileges
Interface for objects that have privileges.
Definition:
IHasPrivileges.cs:7
Waher.Things.IRequestOrigin
Interface for requestors that can act as an origin for distributed requests.
Definition:
IRequestOrigin.cs:10
Waher.Things.IRequestOrigin.GetOrigin
Task< RequestOrigin > GetOrigin()
Origin of request.
Waher.Security
Definition:
AcmeAccount.cs:8
Waher.Things
Definition:
AnalogInput.cs:15
IoTGateway
Things
Waher.Things
IRequestOrigin.cs
Generated by
1.9.5