Exemple #1
0
 public CommandBroadcastService(string serverListenUrl, string servicePath)
 {
     listenUrl   = serverListenUrl;
     server      = new CommandWebSocketServer(serverListenUrl);
     serviceHost = server.AddWebSocketService <T>(servicePath);
 }