3 references to SslPort
Microsoft.AspNetCore.Mvc.Core (3)
RequireHttpsAttribute.cs (3)
77if (optionsAccessor.Value.SslPort.HasValue && optionsAccessor.Value.SslPort > 0) 80host = new HostString(host.Host, optionsAccessor.Value.SslPort.Value);