Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ClientUrlEventArgs.cs
1
namespace
Paiwise
2
{
6
public
class
ClientUrlEventArgs
7
{
13
public
ClientUrlEventArgs
(
string
Url
,
object
State
)
14
{
15
this.Url =
Url
;
16
this.State =
State
;
17
}
18
22
public
string
Url
{
get
; }
23
27
public
object
State
{
get
; }
28
}
29
}
Paiwise.ClientUrlEventArgs
Event arguments for callback methods with the aim of pushing a URL to a client.
Definition:
ClientUrlEventArgs.cs:7
Paiwise.ClientUrlEventArgs.Url
string Url
URL to push to the client.
Definition:
ClientUrlEventArgs.cs:22
Paiwise.ClientUrlEventArgs.State
object State
State object to pass on to the callback method.
Definition:
ClientUrlEventArgs.cs:27
Paiwise.ClientUrlEventArgs.ClientUrlEventArgs
ClientUrlEventArgs(string Url, object State)
Event arguments for callback methods with the aim of pushing a URL to a client.
Definition:
ClientUrlEventArgs.cs:13
Paiwise
Definition:
BuyEDalerPaymentService.cs:14
Waher.Payments
ClientUrlEventArgs.cs
Generated by
1.9.5