4 references to IdleServicePointTimeoutDelegate
System (4)
net\System\Net\ServicePoint.cs (4)
137
m_ExpiringTimer = m_IdlingQueue.CreateTimer(ServicePointManager.
IdleServicePointTimeoutDelegate
, this);
163
m_ExpiringTimer = m_IdlingQueue.CreateTimer(ServicePointManager.
IdleServicePointTimeoutDelegate
, this);
527
m_ExpiringTimer = TimerThread.CreateQueue(timeLeft).CreateTimer(ServicePointManager.
IdleServicePointTimeoutDelegate
, this);
1022
m_ExpiringTimer = m_IdlingQueue.CreateTimer(ServicePointManager.
IdleServicePointTimeoutDelegate
, this);