Example #1
0
 public void RegisterHttpHandler <T>(HttpMsgRouter.MsgHandler handler) where T : IProtocolHead
 {
     network.RegisterHttpHandler <T>(handler);
 }