4 references to CanFallBackToHttp11
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
444!(_http2SessionAuthSeen && CanFallBackToHttp11(request))) // skip HTTP/2 for requests that can use HTTP/1.1 after session auth challenge 544Debug.Assert(CanFallBackToHttp11(request));
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
292/// Future requests that can fall back to HTTP/1.1 (see <see cref="CanFallBackToHttp11"/>)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
2081HttpConnectionPool.CanFallBackToHttp11(request) &&