Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigureKestrelServerOptions

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Security
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class ConfigureKestrelServerOptions : IConfigureOptions<KestrelServerOptions>

    Constructors

    View Source

    ConfigureKestrelServerOptions(IOptions<RuntimeSettings>)

    Declaration
    public ConfigureKestrelServerOptions(IOptions<RuntimeSettings> runtimeSettings)
    Parameters
    Type Name Description
    Microsoft.Extensions.Options.IOptions<RuntimeSettings> runtimeSettings

    Methods

    View Source

    Configure(KestrelServerOptions)

    Declaration
    public void Configure(KestrelServerOptions options)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions options
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConfigureKestrelServerOptions(IOptions<RuntimeSettings>)
    • Methods
      • Configure(KestrelServerOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX