Class DisconnectedFromHostEventArgs

Namespace: EasyCommunication.Events.Client.EventArgs

Assembly: EasyCommunication.dll

Syntax

public class DisconnectedFromHostEventArgs : IClientEventArgs

Properties

| Improve this Doc View Source

Connection

Declaration

public Connection? Connection { get; }

Property Value

Type

Description

System.Nullable<Connection>

Implements

Last updated

Was this helpful?