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 SourceServiceHostConfiguration(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 SourceServiceTypeName
Gets the name of the service type.
Declaration
public string ServiceTypeName { get; }
Property Value
Type | Description |
---|---|
System.String | The service type name. |