Ejemplo n.º 1
0
 public void Start()
 {
     tcpIpServer.TcpListenPort = Port;
     tcpIpServer.Start();
     if (port == 0)
     {
         port = tcpIpServer.GetTcpListenPort();
     }
 }
Ejemplo n.º 2
0
 // 启动服务端
 public void Start()
 {
     _tcpIpServer.Start();
 }