2 references to MaxAltSvcIgnoreListSize
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
792/// If the number of blocklisted authorities exceeds <see cref="MaxAltSvcIgnoreListSize"/>, 835if (added && altSvcBlocklist.Count >= MaxAltSvcIgnoreListSize && _altSvcEnabled)