Show / Hide Table of Contents

    Class ServiceHostConfiguration

    Describes the configuration of a service host.

    Inheritance
    System.Object
    ServiceHostConfiguration
    Namespace: Copper.Service
    Assembly: Copper.Service.dll
    Syntax
    public class ServiceHostConfiguration

    Constructors

    View Source

    ServiceHostConfiguration(String)

    Initializes a new instance of the ServiceHostConfiguration class.

    Declaration
    public ServiceHostConfiguration(string serviceTypeName)
    Parameters
    Type Name Description
    System.String serviceTypeName

    The service type name.

    Properties

    View Source

    ServiceTypeName

    Gets the name of the service type.

    Declaration
    public string ServiceTypeName { get; }
    Property Value
    Type Description
    System.String

    The service type name.

    • View Source
    In This Article
    • Constructors
      • ServiceHostConfiguration(String)
    • Properties
      • ServiceTypeName
    Back to top Generated by DocFX