2 writes to _http3Authority
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
753_http3Authority = nextAuthority; 774_http3Authority = null;
7 references to _http3Authority
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (7)
43/// <summary>A timer to expire <see cref="_http3Authority"/> and return the pool to <see cref="_originAuthority"/>. Initialized on first use.</summary> 46/// <summary>If true, the <see cref="_http3Authority"/> will persist across a network change. If false, it will be reset to <see cref="_originAuthority"/>.</summary> 268connection = new Http3Connection(this, authority, includeAltUsedHeader: _http3Authority == authority); 612authority = _http3Authority; 713if (nextAuthority != null && !nextAuthority.Equals(_http3Authority)) 857if (_http3Authority == badAuthority) 894if (_http3Authority != null && _persistAuthority == false)