Class KeepAliveSettings
Typed configuration options for keep alive settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class KeepAliveSettings
Properties
View SourceDisableKeepAliveTask
Gets or sets a value indicating whether the keep alive task is disabled.
Declaration
public bool DisableKeepAliveTask { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeepAlivePingUrl
Gets or sets a value for the keep alive ping URL.
Declaration
public string KeepAlivePingUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |