Class SendingDataEventArgs

Namespace: EasyCommunication.Events.Client.EventArgs

Assembly: EasyCommunication.dll

Syntax

public class SendingDataEventArgs : IClientEventArgs

Properties

Allow

Declaration

public bool Allow { get; set; }

Property Value

Type

Description

System.Boolean

Data

Declaration

public object Data { get; }

Property Value

Type

Description

System.Object

IsHeartbeat

Declaration

public bool IsHeartbeat { get; }

Property Value

Type

Description

System.Boolean

IsSerializable

Declaration

public bool IsSerializable { get; }

Property Value

Type

Description

System.Boolean

Receiver

Declaration

public Connection? Receiver { get; }

Property Value

Type

Description

System.Nullable<Connection>

Implements

Last updated

Was this helpful?