2 overrides of Cancel
System (2)
net\System\Net\_TimerThread.cs (2)
494
internal override bool
Cancel
() {
608
internal override bool
Cancel
() {
12 references to Cancel
System (12)
net\System\Net\_Connection.cs (1)
642
m_RecycleTimer.
Cancel
();
net\System\Net\_ConnectionGroup.cs (1)
198
timer.
Cancel
();
net\System\Net\_TimerThread.cs (1)
161
Cancel
();
net\System\Net\connectionpool.cs (1)
457
if (timer != null && timer.
Cancel
())
net\System\Net\FtpWebRequest.cs (2)
1191
timer.
Cancel
();
1198
if (timedOut || !timer.
Cancel
()) {
net\System\Net\HttpWebRequest.cs (2)
3247
timer.
Cancel
();
4531
timer.
Cancel
();
net\System\Net\NetWebProxyFinder.cs (2)
334
timer.
Cancel
();
378
timer.
Cancel
();
net\System\Net\ServicePoint.cs (2)
518
if (m_ExpiringTimer == null || m_ExpiringTimer.
Cancel
())
995
m_ExpiringTimer.
Cancel
();