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;
2
3namespace Waher.Things
4{
8 public interface IRequestOrigin
9 {
13 Task<RequestOrigin> GetOrigin();
14 }
15}
Interface for requestors that can act as an origin for distributed requests.
Task< RequestOrigin > GetOrigin()
Origin of request.