Пример #1
0
 public WebSocketServer(AppServiceConnection connection)
 {
     _appServiceConnection = connection;
     _appServiceConnection.RequestReceived += OnRequestReceived;
     
     _portMapping = new IdHelper(5);
 }
Пример #2
0
 public WebSocketHandler(IdHelper portMappings)
 {
     _portMappings = portMappings;
 }