1 write to Port
System.Net.Http (1)
System\Net\Http\Headers\AltSvcHeaderValue.cs (1)
22Port = port;
2 references to Port
System.Net.Http (2)
System\Net\Http\Headers\AltSvcHeaderValue.cs (1)
62sb.AppendSpanFormattable((uint)Port);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
675var authority = new HttpAuthority(value.Host ?? _originAuthority.IdnHost, value.Port);