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