Interface IEndPoint
- Namespace
- Netick
- Assembly
- Netick.dll
public interface IEndPoint
Properties
IPAddress
string IPAddress { get; }
Property Value
Port
int Port { get; }
public interface IEndPoint
string IPAddress { get; }
int Port { get; }