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)
114
long 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)
333
get => _settings.
_keepAlivePingTimeout
;