Class ReceivedDataEventArgs
Namespace: EasyCommunication.Events.Client.EventArgs
Assembly: EasyCommunication.dll
Syntax
public class ReceivedDataEventArgs : IClientEventArgs
Properties
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
public Connection? Sender { get; }
Property Value
Type
Description
System.Nullable<Connection>
Implements
Last updated
Was this helpful?