예제 #1
0
 public void SetHandler(Action <HttpListenerContext> handler)
 {
     _server.ChangeHandler(handler);
 }