Search Results for

    Show / Hide Table of Contents

    Class HostingOptions

    Configuration options for hosting the service, allowing white-label customization.

    Inheritance
    object
    HostingOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Morpheo.Sdk
    Assembly: Morpheo.Sdk.dll
    Syntax
    public class HostingOptions

    Properties

    | Edit this page View Source

    IconResourceName

    Gets or sets the name of the icon resource (e.g., for Android). Default is "ic_stat_morpheo".

    Declaration
    public string IconResourceName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ServiceDisplayName

    Gets or sets the public display name of the service or notification. Default is "Morpheo Node".

    Declaration
    public string ServiceDisplayName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ServiceStatusMessage

    Gets or sets the service status message or notification text. Default is "Le service est actif." (The service is active).

    Declaration
    public string ServiceStatusMessage { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StartOnBoot

    Gets or sets a value indicating whether the service should start on OS boot. Default is true.

    Declaration
    public bool StartOnBoot { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2025 DEHER Rémi - Propulsé par .NET 10