Class ClientDisconnectedEventArgs
Namespace: EasyCommunication.Events.Host.EventArgs
Assembly: EasyCommunication.dll
Syntax
public class ClientDisconnectedEventArgs : IHostEventArgs
Properties
| Improve this Doc View Source
Client
The disconnected TcpClient
Declaration
public TcpClient Client { get; }
Property Value
Type
Description
System.Net.Sockets.TcpClient
| Improve this Doc View Source
Port
The client's port which was used for communication
Declaration
Property Value
Type
Description
System.Int32
Implements
Last updated
Was this helpful?