3 writes to m_ConnectionLeaseTimeout
System (3)
net\System\Net\ServicePoint.cs (3)
124
m_ConnectionLeaseTimeout
= System.Threading.Timeout.Infinite;
155
m_ConnectionLeaseTimeout
= System.Threading.Timeout.Infinite;
431
m_ConnectionLeaseTimeout
= value;
2 references to m_ConnectionLeaseTimeout
System (2)
net\System\Net\ServicePoint.cs (2)
424
return
m_ConnectionLeaseTimeout
;
430
if (value !=
m_ConnectionLeaseTimeout
) {