Class HostEventHandler
EventHandler for EasyHost-Events
Namespace: EasyCommunication.Events.Host.EventHandler
Assembly: EasyCommunication.dll
Syntax
public class HostEventHandler
Events
| Improve this Doc View Source
ClientConnected
Event fired when an EasyClient connects
Declaration
public event Events.CommunicationEvent<ClientConnectedEventArgs> ClientConnected
Event Type
Type
Description
| Improve this Doc View Source
ClientDisconnected
Event fired when an EasyClient disconnects
Declaration
public event Events.CommunicationEvent<ClientDisconnectedEventArgs> ClientDisconnected
Event Type
Type
Description
| Improve this Doc View Source
ReceivedData
Event fired when data is received from an EasyClient
Declaration
public event Events.CommunicationEvent<ReceivedDataEventArgs> ReceivedData
Event Type
Type
Description
| Improve this Doc View Source
SendingData
Event fired when an EasyHost is sending data to an EasyClient
Declaration
public event Events.CommunicationEvent<SendingDataEventArgs> SendingData
Event Type
Type
Description
Last updated
Was this helpful?