Class ReceivedDataEventArgs
Namespace: EasyCommunication.Events.Client.EventArgs
Assembly: EasyCommunication.dll
Syntax
public class ReceivedDataEventArgs : IClientEventArgsProperties
Data
Declaration
public object Data { get; }Property Value
Type
Description
System.Object
IsHeartbeat
Declaration
public bool IsHeartbeat { get; }Property Value
Type
Description
System.Boolean
Sender
Declaration
Property Value
Type
Description
System.Nullable<Connection>
Implements
Last updated
Was this helpful?