1 write to s_ServicePointIdlingQueue
System (1)
net\System\Net\ServicePointManager.cs (1)
443s_ServicePointIdlingQueue = TimerThread.GetOrCreateQueue(value);
4 references to s_ServicePointIdlingQueue
System (4)
net\System\Net\ServicePointManager.cs (4)
434return s_ServicePointIdlingQueue.Duration; 441if (s_ServicePointIdlingQueue.Duration != value) 813servicePoint = new ServicePoint(address, s_ServicePointIdlingQueue, connectionLimit, tempEntry, userDefined, isProxyServicePoint); 878servicePoint = new ServicePoint(host, port, s_ServicePointIdlingQueue, connectionLimit, tempEntry, userDefined, isProxyServicePoint);