2 references to HttpAuthority
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
85
_originAuthority = new
HttpAuthority
(host ?? proxyUri!.IdnHost, port);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
675
var authority = new
HttpAuthority
(value.Host ?? _originAuthority.IdnHost, value.Port);