Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Paiwise.ClientUrlEventArgs Class Reference

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...
 

Detailed Description

Event arguments for callback methods with the aim of pushing a URL to a client.

Definition at line 15 of file ClientUrlEventArgs.cs.

Constructor & Destructor Documentation

◆ ClientUrlEventArgs()

Paiwise.ClientUrlEventArgs.ClientUrlEventArgs ( string  Url,
object  State 
)

Event arguments for callback methods with the aim of pushing a URL to a client.

Parameters
UrlURL to push to the client.
StateState object to pass on to the callback method.

Definition at line 22 of file ClientUrlEventArgs.cs.

Property Documentation

◆ State

object Paiwise.ClientUrlEventArgs.State
get

State object to pass on to the callback method.

Definition at line 36 of file ClientUrlEventArgs.cs.

◆ Url

string Paiwise.ClientUrlEventArgs.Url
get

URL to push to the client.

Definition at line 31 of file ClientUrlEventArgs.cs.


The documentation for this class was generated from the following file: