1 write to Host
System.Net.Http (1)
System\Net\Http\Headers\AltSvcHeaderValue.cs (1)
21
Host
= host;
3 references to Host
System.Net.Http (3)
System\Net\Http\Headers\AltSvcHeaderValue.cs (2)
57
if (
Host
!= null)
59
sb.Append(
Host
);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
675
var authority = new HttpAuthority(value.
Host
?? _originAuthority.IdnHost, value.Port);