1 write to _altSvcBlocklist
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
817_altSvcBlocklist = altSvcBlocklist;
7 references to _altSvcBlocklist
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (7)
20/// If <see cref="_altSvcBlocklist"/> exceeds this size, Alt-Svc will be disabled entirely for <see cref="AltSvcBlocklistTimeoutInMilliseconds"/> milliseconds. 25/// <summary>The time, in milliseconds, that an authority should remain in <see cref="_altSvcBlocklist"/>.</summary> 772if (_altSvcBlocklist != null) 774lock (_altSvcBlocklist) 776return _altSvcBlocklist.TryGetValue(authority, out reasonException); 800Dictionary<HttpAuthority, Exception?>? altSvcBlocklist = _altSvcBlocklist; 812altSvcBlocklist = _altSvcBlocklist;