public ChatMasterClientAuthHandler(IHttpRequestQueueCountersFactory factory)
     : base(factory)
 {
     IsAnonymousAccessAllowed = false;
     IsClientAuthenticationEnabled = true;
 }
Пример #2
0
 public CustomAuthHandler(IHttpRequestQueueCountersFactory factory)
 {
     this.fiber = new PoolFiber();
     this.fiber.Start();
     this.httpQueueCountersFactory = factory;
 }
Пример #3
0
 public CustomAuthHandler(IHttpRequestQueueCountersFactory factory)
 {
     this.fiber = new PoolFiber();
     this.fiber.Start();
     this.httpQueueCountersFactory = factory;
 }