2 writes to _keepAlivePingTimeout
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
122_keepAlivePingTimeout = _keepAlivePingTimeout,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
342_settings._keepAlivePingTimeout = value;
4 references to _keepAlivePingTimeout
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
160_keepAlivePingTimeout = TimeSpanToMs(_pool.Settings._keepAlivePingTimeout);
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
114long heartBeatInterval = (long)Math.Max(1000, Math.Min(_settings._keepAlivePingDelay.TotalMilliseconds, _settings._keepAlivePingTimeout.TotalMilliseconds) / 4);
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
122_keepAlivePingTimeout = _keepAlivePingTimeout,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
333get => _settings._keepAlivePingTimeout;