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

| Improve this Doc View Source

ClientDisconnected

Event fired when an EasyClient disconnects

Declaration

public event Events.CommunicationEvent<ClientDisconnectedEventArgs> ClientDisconnected

Event Type

| Improve this Doc View Source

ReceivedData

Event fired when data is received from an EasyClient

Declaration

public event Events.CommunicationEvent<ReceivedDataEventArgs> ReceivedData

Event Type

| 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

Last updated

Was this helpful?