Class SendingDataEventArgs
Namespace: EasyCommunication.Events.Host.EventArgs
Assembly: EasyCommunication.dll
Syntax
Properties
Allow
Whether or not the data transmittion shall be allowed
Declaration
Property Value
Type
Description
System.Boolean
Data
The data that is about to be sent
Declaration
Property Value
Type
Description
System.Object
IsHeartbeat
Whether or not the data is a Heartbeat
Declaration
Property Value
Type
Description
System.Boolean
IsSerializable
Whether or not the transmitted data is a serialized object
Declaration
Property Value
Type
Description
System.Boolean
Receiver
The Receiver's TcpClient connection
Declaration
Property Value
Type
Description
System.Net.Sockets.TcpClient
Implements
Last updated
Was this helpful?