Helper
Last updated
Was this helpful?
Last updated
Was this helpful?
Namespace: EasyCommunication.Helper
Assembly: EasyCommunication.dll
Combines into a IPAddress:Port string
Type
Name
Description
connection
Type
Description
System.String
Connection's IPAddress:Port string
Gets the TcpClient's IPv4 Address
Type
Name
Description
System.Net.Sockets.TcpClient
client
Type
Description
System.String
TcpClient's IPv4 Address
Gets the TcpListener's IPv4 Address
Type
Name
Description
System.Net.Sockets.TcpListener
listener
Type
Description
System.String
TcpListener's IPv4 Address
Gets the TcpClient's port
Type
Name
Description
System.Net.Sockets.TcpClient
client
Type
Description
System.Int32
TcpClient's port
Gets the TcpListener's port
Type
Name
Description
System.Net.Sockets.TcpListener
listener
Type
Description
System.Int32
TcpListener's port
System.Nullable<>