Interface INetworkConnection
Common interface for network (TCP/IP) connection classes.
public interface INetworkConnection
Properties
LocalPort
Local port.
int LocalPort { get; }
Property Value
RemotePort
Remote port.
int RemotePort { get; }