Example #1
0
 public void RegisterHandler(ICustomHttpHandler handler)
 {
     _handlers.Add(handler);
 }
 public static void RegisterHandler(ICustomHttpHandler handler)
 {
     httpServer.RegisterHandler(handler);
 }