2 writes to _http3Authority
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
741_http3Authority = nextAuthority; 762_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> 265connection = new Http3Connection(this, authority, includeAltUsedHeader: _http3Authority == authority); 611authority = _http3Authority; 701if (nextAuthority != null && !nextAuthority.Equals(_http3Authority)) 845if (_http3Authority == badAuthority) 882if (_http3Authority != null && _persistAuthority == false)