namespace ProtocalGeneral; public interface ITcpConnectNority { void Connect(string ip, int port); void DisConnect(string ip, int port); }