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