2 writes to _http3Authority
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
748_http3Authority = nextAuthority; 769_http3Authority = null;
7 references to _http3Authority
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (7)
48/// <summary>A timer to expire <see cref="_http3Authority"/> and return the pool to <see cref="_originAuthority"/>. Initialized on first use.</summary> 51/// <summary>If true, the <see cref="_http3Authority"/> will persist across a network change. If false, it will be reset to <see cref="_originAuthority"/>.</summary> 272connection = new Http3Connection(this, authority, includeAltUsedHeader: _http3Authority == authority); 618authority = _http3Authority; 708if (nextAuthority != null && !nextAuthority.Equals(_http3Authority)) 852if (_http3Authority == badAuthority) 889if (_http3Authority != null && _persistAuthority == false)