public ChatMasterClientAuthHandler(IHttpRequestQueueCountersFactory factory)
     : base(factory)
 {
     IsAnonymousAccessAllowed = false;
     IsClientAuthenticationEnabled = true;
 }
 public CustomAuthHandler(IHttpRequestQueueCountersFactory factory)
 {
     this.fiber = new PoolFiber();
     this.fiber.Start();
     this.httpQueueCountersFactory = factory;
 }
 public CustomAuthHandler(IHttpRequestQueueCountersFactory factory)
 {
     this.fiber = new PoolFiber();
     this.fiber.Start();
     this.httpQueueCountersFactory = factory;
 }