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