1 write to Port
Microsoft.AspNetCore.Server.HttpSys (1)
UrlPrefix.cs (1)
19
Port
= port;
2 references to Port
Microsoft.AspNetCore.Server.HttpSys (2)
UrlPrefix.cs (2)
20
HostAndPort = string.Format(CultureInfo.InvariantCulture, "{0}:{1}", Host,
Port
);
24
FullPrefix = string.Format(CultureInfo.InvariantCulture, "{0}://{1}:{2}{3}", Scheme, Host,
Port
, Path);