2 writes to s_UseTcpKeepAlive
System (2)
net\System\Net\ServicePointManager.cs (2)
948
s_UseTcpKeepAlive
= true;
958
s_UseTcpKeepAlive
= false;
1 reference to s_UseTcpKeepAlive
System (1)
net\System\Net\ServicePoint.cs (1)
126
m_UseTcpKeepAlive = ServicePointManager.
s_UseTcpKeepAlive
;