2 instantiations of TcpKeepAlive
System.Net.Requests (2)
System\Net\ServicePoint\ServicePoint.cs (1)
101KeepAlive = new TcpKeepAlive
System\Net\ServicePoint\ServicePointManager.cs (1)
219KeepAlive = new TcpKeepAlive
2 references to TcpKeepAlive
System.Net.Requests (2)
System\Net\ServicePoint\ServicePoint.cs (1)
17internal TcpKeepAlive? KeepAlive { get; set; }
System\Net\ServicePoint\ServicePointManager.cs (1)
49internal static TcpKeepAlive? KeepAlive { get; private set; }