Ejemplo n.º 1
0
 public void SetHandler(Action <HttpListenerContext> handler)
 {
     _server.ChangeHandler(handler);
 }