1 write to _http2SessionAuthSeen
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
299_http2SessionAuthSeen = true;
2 references to _http2SessionAuthSeen
System.Net.Http (2)
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 545Debug.Assert(_http2SessionAuthSeen);