Class ClientConnectedEventArgs

Namespace: EasyCommunication.Events.Host.EventArgs

Assembly: EasyCommunication.dll

Syntax

public class ClientConnectedEventArgs : IHostEventArgs

Properties

Allow

Whether or not the connection shall be allowed

Declaration

public bool Allow { get; set; }

Property Value

Type

Description

System.Boolean

Client

The connected TcpClient

Declaration

public TcpClient Client { get; }

Property Value

Type

Description

System.Net.Sockets.TcpClient

Port

The Sender's port which is used for communication

Declaration

Property Value

Type

Description

System.Int32

Implements

Last updated

Was this helpful?