2 types derived from Queue
System (2)
net\System\Net\_TimerThread.cs (2)
266
private class TimerQueue :
Queue
{
397
private class InfiniteTimerQueue :
Queue
{
23 references to Queue
System (23)
net\System\Net\_TimerThread.cs (2)
200
internal static
Queue
CreateQueue(int durationMilliseconds)
224
internal static
Queue
GetOrCreateQueue(int durationMilliseconds) {
net\System\Net\connectionpool.cs (2)
36
private static TimerThread.
Queue
s_CancelErrorQueue = TimerThread.GetOrCreateQueue(ErrorWait);
52
private readonly TimerThread.
Queue
m_CleanupQueue;
net\System\Net\FtpWebRequest.cs (3)
221
private TimerThread.
Queue
m_TimerQueue = s_DefaultTimerQueue;
244
private static readonly TimerThread.
Queue
s_DefaultTimerQueue = TimerThread.GetOrCreateQueue(s_DefaultTimeout);
1232
private TimerThread.
Queue
TimerQueue {
net\System\Net\HttpWebRequest.cs (6)
130
private static readonly TimerThread.
Queue
s_ContinueTimerQueue = TimerThread.GetOrCreateQueue(DefaultContinueTimeout);
143
private TimerThread.
Queue
m_ContinueTimerQueue;
258
private TimerThread.
Queue
_TimerQueue;
1035
private TimerThread.
Queue
TimerQueue
1039
TimerThread.
Queue
queue = _TimerQueue;
1095
private TimerThread.
Queue
ContinueTimerQueue {
net\System\Net\NetWebProxyFinder.cs (1)
24
private static TimerThread.
Queue
timerQueue;
net\System\Net\ServicePoint.cs (6)
37
private TimerThread.
Queue
m_ConnectionLeaseTimerQueue;
52
private TimerThread.
Queue
m_IdlingQueue;
107
internal ServicePoint(Uri address, TimerThread.
Queue
defaultIdlingQueue, int defaultConnectionLimit, string lookupString, bool userChangedLimit, bool proxyServicePoint) {
143
internal ServicePoint(string host, int port, TimerThread.
Queue
defaultIdlingQueue, int defaultConnectionLimit, string lookupString, bool userChangedLimit, bool proxyServicePoint) {
441
internal TimerThread.
Queue
ConnectionLeaseTimerQueue {
443
TimerThread.
Queue
queue = m_ConnectionLeaseTimerQueue;
net\System\Net\ServicePointManager.cs (1)
67
private static volatile TimerThread.
Queue
s_ServicePointIdlingQueue = TimerThread.GetOrCreateQueue(100 * 1000);
net\System\Net\WebRequest.cs (2)
50
private static TimerThread.
Queue
s_DefaultTimerQueue = TimerThread.CreateQueue(DefaultTimeout);
90
internal static TimerThread.
Queue
DefaultTimerQueue {