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