2 overrides of HasExpired
System (2)
net\System\Net\_TimerThread.cs (2)
459
internal override bool
HasExpired
{
599
internal override bool
HasExpired
{
3 references to HasExpired
System (3)
net\System\Net\_Connection.cs (1)
657
if (m_RecycleTimer.
HasExpired
) {
net\System\Net\_TimerThread.cs (1)
134
if (
HasExpired
) {
net\System\Net\FtpWebRequest.cs (1)
1190
if (!(exception is SocketException || exception is ObjectDisposedException) || !timer.
HasExpired
) {