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