5 references to Port
Microsoft.AspNetCore.HeaderParsing (1)
HostHeaderValue.cs (1)
80
result = new HostHeaderValue(parsedHost, hs.
Port
);
Microsoft.AspNetCore.Hosting (2)
Internal\HostingTelemetryHelpers.cs (2)
50
if (host.
Port
.HasValue)
52
port = host.
Port
.Value;
Microsoft.AspNetCore.Routing (2)
Matching\HostMatcherPolicy.cs (2)
341
if (hostString.
Port
!= null)
343
return (hostString.Host, hostString.
Port
);