コード例 #1
0
 public MatchmakerListener(MatchModelMessageHandler matchModelMessageHandler, int port)
 {
     listener = HttpListenerFactory.CreateAndRunHttpListener(port);
     this.matchModelMessageHandler = matchModelMessageHandler;
 }