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