Class DisconnectedFromHostEventArgs

Namespace: EasyCommunication.Events.Client.EventArgs

Assembly: EasyCommunication.dll

Syntax

public class DisconnectedFromHostEventArgs : IClientEventArgs

Properties

| Improve this Docarrow-up-right View Sourcearrow-up-right

Connection

Declaration

public Connection? Connection { get; }

Property Value

Type

Description

System.Nullable<Connectionarrow-up-right>

Implements

Last updated