![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Event arguments for callback methods with the aim of pushing a URL to a client. More...
Public Member Functions | |
ClientUrlEventArgs (string Url, object State) | |
Event arguments for callback methods with the aim of pushing a URL to a client. More... | |
Properties | |
string | Url [get] |
URL to push to the client. More... | |
object | State [get] |
State object to pass on to the callback method. More... | |
Event arguments for callback methods with the aim of pushing a URL to a client.
Definition at line 15 of file ClientUrlEventArgs.cs.
Paiwise.ClientUrlEventArgs.ClientUrlEventArgs | ( | string | Url, |
object | State | ||
) |
Event arguments for callback methods with the aim of pushing a URL to a client.
Url | URL to push to the client. |
State | State object to pass on to the callback method. |
Definition at line 22 of file ClientUrlEventArgs.cs.
|
get |
State object to pass on to the callback method.
Definition at line 36 of file ClientUrlEventArgs.cs.
|
get |
URL to push to the client.
Definition at line 31 of file ClientUrlEventArgs.cs.