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