2 instantiations of TcpKeepAlive
System.Net.Requests (2)
System\Net\ServicePoint\ServicePoint.cs (1)
104KeepAlive = new TcpKeepAlive
System\Net\ServicePoint\ServicePointManager.cs (1)
217KeepAlive = new TcpKeepAlive
2 references to TcpKeepAlive
System.Net.Requests (2)
System\Net\ServicePoint\ServicePoint.cs (1)
20internal TcpKeepAlive? KeepAlive { get; set; }
System\Net\ServicePoint\ServicePointManager.cs (1)
50internal static TcpKeepAlive? KeepAlive { get; private set; }