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