Defines arguments for the Session.Signal event. More...
Inherits EventArgs.
Properties | |
string | Type [get] |
The type string of the signal. More... | |
string | Data [get] |
The signal data. More... | |
Connection | Connection [get] |
The connection identifying the client that sent the signal. This value can be null . More... |
Defines arguments for the Session.Signal event.
|
The connection identifying the client that sent the signal. This value can be null
.
|
The signal data.
|
The type string of the signal.