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