Class ReceivedDataEventArgs
Namespace: EasyCommunication.Events.Host.EventArgs
Assembly: EasyCommunication.dll
Syntax
Properties
Data
The received data
Declaration
Property Value
Type
Description
System.Object
IsHeartbeat
Whether the received data is a Heartbeat
Declaration
Property Value
Type
Description
System.Boolean
Port
The Sender's port which is used for communication
Declaration
Property Value
Type
Description
System.Int32
Sender
The sender's TcpClient connection
Declaration
Property Value
Type
Description
System.Net.Sockets.TcpClient
Implements
Last updated
Was this helpful?