コード例 #1
0
 public void UnRegisterHttpHandler <T>(HttpMsgRouter.MsgHandler handler) where T : IProtocolHead
 {
     network.UnRegisterHttpHandler <T>(handler);
 }