Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPostResource.cs
1using System.Threading.Tasks;
2using Waher.Events;
3
5{
10 public interface IPostResource
11 {
18 Task<string> GetUrl(EventHandlerAsync<PostBackEventArgs> Callback, object State);
19 }
20}
Interface for HTTP(S) Post-back resources. These can be used to allow HTTPX servers to HTTP POST back...
Task< string > GetUrl(EventHandlerAsync< PostBackEventArgs > Callback, object State)
Gets a Post-back URL