6 references to Duration
System (6)
net\System\Net\_Connection.cs (1)
641
if (m_RecycleTimer.Duration != ServicePoint.ConnectionLeaseTimerQueue.
Duration
) {
net\System\Net\_TimerThread.cs (1)
300
TimerNode timer = new TimerNode(callback, context,
Duration
, m_Timers);
net\System\Net\ServicePoint.cs (2)
505
return m_IdlingQueue.
Duration
;
513
if (value == m_IdlingQueue.
Duration
)
net\System\Net\ServicePointManager.cs (2)
434
return s_ServicePointIdlingQueue.
Duration
;
441
if (s_ServicePointIdlingQueue.
Duration
!= value)