Class ConnectedToHostEventArgs

Inheritance

System.Object

ConnectedToHostEventArgs

Inherited Members

System.Object.Equals(System.Object)

System.Object.Equals(System.Object, System.Object)

System.Object.GetHashCode()

System.Object.GetType()

System.Object.MemberwiseClone()

System.Object.ReferenceEquals(System.Object, System.Object)

System.Object.ToString()

Namespace: EasyCommunication.Events.Client.EventArgs

Assembly: EasyCommunication.dll

Syntax

public class ConnectedToHostEventArgs : IClientEventArgs

Properties

Client

Declaration

public TcpClient Client { get; }

Property Value

Type

Description

System.Net.Sockets.TcpClient

HostPort

Declaration

public int HostPort { get; }

Property Value

Type

Description

System.Int32

Implements

Last updated

Was this helpful?