4 writes to _altSvcEnabled
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
173
_altSvcEnabled
= false;
438
_altSvcEnabled
= false;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
830
_altSvcEnabled
= false;
873
_altSvcEnabled
= true;
2 references to _altSvcEnabled
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
637
if (
_altSvcEnabled
&& response.Headers.TryGetValues(KnownHeaders.AltSvc.Descriptor, out IEnumerable<string>? altSvcHeaderValues))
828
if (added && altSvcBlocklist.Count >= MaxAltSvcIgnoreListSize &&
_altSvcEnabled
)