Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigureKestrelServerOptions

    Inheritance
    object
    Namespace: Umbraco.Cms.Web.Common.Security
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class ConfigureKestrelServerOptions

    Constructors

    View Source

    ConfigureKestrelServerOptions(IOptions<RuntimeSettings>)

    Declaration
    public ConfigureKestrelServerOptions(IOptions<RuntimeSettings> runtimeSettings)
    Parameters
    Type Name Description
    IOptions<RuntimeSettings> runtimeSettings

    Methods

    View Source

    Configure(KestrelServerOptions)

    Configures a Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions instance.

    Declaration
    public void Configure(KestrelServerOptions options)
    Parameters
    Type Name Description
    KestrelServerOptions options

    The options instance to configure.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX