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)
241var authority = new HttpAuthority(value.Host ?? _originAuthority.IdnHost, value.Port);