Struct Connection

Information about the IPAddress and the Port from the Connection

Namespace: EasyCommunication.Client.Connection

Assembly: EasyCommunication.dll

Properties

IPAddress

Declaration

public IPAddress IPAddress { get; set; }

Property Value

Type

Description

System.Net.IPAddress

Port

Declaration

public int Port { get; set; }

Property Value

Type

Description

System.Int32

Last updated

Was this helpful?