Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigureGlobalOptionsForKeepAliveMiddlware

    Ensures the Keep Alive middleware is part of

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Middleware
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public sealed class ConfigureGlobalOptionsForKeepAliveMiddlware : IPostConfigureOptions<GlobalSettings>

    Constructors

    View Source

    ConfigureGlobalOptionsForKeepAliveMiddlware(IOptions<KeepAliveSettings>)

    Declaration
    public ConfigureGlobalOptionsForKeepAliveMiddlware(IOptions<KeepAliveSettings> keepAliveSettings)
    Parameters
    Type Name Description
    Microsoft.Extensions.Options.IOptions<KeepAliveSettings> keepAliveSettings

    Methods

    View Source

    PostConfigure(String, GlobalSettings)

    Append the keep alive ping url to the reserved URLs

    Declaration
    public void PostConfigure(string name, GlobalSettings options)
    Parameters
    Type Name Description
    System.String name
    GlobalSettings options
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConfigureGlobalOptionsForKeepAliveMiddlware(IOptions<KeepAliveSettings>)
    • Methods
      • PostConfigure(String, GlobalSettings)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX