Exemplo n.º 1
0
 /// <summary>
 /// 服务器函数
 /// </summary>
 public void Server()
 {
     this.closed = true;
     encrypter.Remove(connection);
     if (this.completed)
     {
         encrypter.Connecter.CloseConnection(this);
     }
 }