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