Beispiel #1
0
 public void Exit()
 {
     httpsServer.Stop();
     // 需要自己反初始化ssl环境
     httpsServer.Uninitialize();
 }