Class ClientDisconnectedEventArgs

Namespace: EasyCommunication.Events.Host.EventArgs

Assembly: EasyCommunication.dll

Syntax

public class ClientDisconnectedEventArgs : IHostEventArgs

Properties

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

Client

The disconnected TcpClient

Declaration

public TcpClient Client { get; }

Property Value

Type

Description

System.Net.Sockets.TcpClient

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

Port

The client's port which was used for communication

Declaration

Property Value

Type

Description

System.Int32

Implements

Last updated