Exemplo n.º 1
0
 public void RegisterHandler(ICustomHttpHandler handler)
 {
     _handlers.Add(handler);
 }
Exemplo n.º 2
0
 public static void RegisterHandler(ICustomHttpHandler handler)
 {
     httpServer.RegisterHandler(handler);
 }