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