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