15 references to Callback
System (15)
net\System\Net\_TimerThread.cs (6)
58
internal abstract Timer CreateTimer(
Callback
callback, object context);
299
internal override Timer CreateTimer(
Callback
callback, object context) {
403
internal override Timer CreateTimer(
Callback
callback, object context)
414
private
Callback
m_Callback;
430
internal TimerNode(
Callback
callback, object context, int durationMilliseconds, object queueLock) : base(durationMilliseconds)
567
Callback
callback = m_Callback;
net\System\Net\connectionpool.cs (2)
34
private static TimerThread.
Callback
s_CleanupCallback = new TimerThread.Callback(CleanupCallbackWrapper);
35
private static TimerThread.
Callback
s_CancelErrorCallback = new TimerThread.Callback(CancelErrorCallbackWrapper);
net\System\Net\FtpWebRequest.cs (1)
222
private TimerThread.
Callback
m_TimerCallback;
net\System\Net\HttpWebRequest.cs (2)
129
private static readonly TimerThread.
Callback
s_ContinueTimeoutCallback = new TimerThread.Callback(ContinueTimeoutCallback);
131
private static readonly TimerThread.
Callback
s_TimeoutCallback = new TimerThread.Callback(TimeoutCallback);
net\System\Net\NetWebProxyFinder.cs (1)
25
private static readonly TimerThread.
Callback
timerCallback = new TimerThread.Callback(RequestTimeoutCallback);
net\System\Net\ServicePoint.cs (1)
63
private readonly TimerThread.
Callback
m_IdleConnectionGroupTimeoutDelegate;
net\System\Net\ServicePointManager.cs (2)
52
internal static readonly TimerThread.
Callback
s_IdleServicePointTimeoutDelegate = new TimerThread.Callback(IdleServicePointTimeoutCallback);
222
internal static TimerThread.
Callback
IdleServicePointTimeoutDelegate