예제 #1
0
파일: WebServer.cs 프로젝트: int32at/utils
 public void Stop()
 {
     _listener.Stop();
     OnStopped.Execute();
 }