1 write to AuthenticationRequestQueue
System (1)
net\System\Net\_ConnectionGroup.cs (1)
230AuthenticationRequestQueue = updatedQueue;
6 references to AuthenticationRequestQueue
System (6)
net\System\Net\_ConnectionGroup.cs (6)
225foreach(HttpWebRequest request in AuthenticationRequestQueue) { 378if (AuthenticationRequestQueue.Count == 0) { 395AuthenticationRequestQueue.Enqueue(request); 421if (AuthenticationRequestQueue.Peek() == request) { 423AuthenticationRequestQueue.Dequeue(); 436AuthenticationRequestQueue.Enqueue(request);