Search Results for

    Show / Hide Table of Contents
    View Source

    Class ServerInformationService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public class ServerInformationService : IServerInformationService

    Constructors

    View Source

    ServerInformationService(IUmbracoVersion, TimeProvider, IOptionsMonitor<RuntimeSettings>)

    Declaration
    public ServerInformationService(IUmbracoVersion umbracoVersion, TimeProvider timeProvider, IOptionsMonitor<RuntimeSettings> runtimeSettingsOptionsMonitor)
    Parameters
    Type Name Description
    IUmbracoVersion umbracoVersion
    TimeProvider timeProvider
    IOptionsMonitor<RuntimeSettings> runtimeSettingsOptionsMonitor

    Methods

    View Source

    GetServerInformation()

    Declaration
    public ServerInformation GetServerInformation()
    Returns
    Type Description
    ServerInformation
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ServerInformationService(IUmbracoVersion, TimeProvider, IOptionsMonitor<RuntimeSettings>)
    • Methods
      • GetServerInformation()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX