Class ServiceHostConfiguration
Holds a delegate that configures a
Inheritance
System.Object
ServiceHostConfiguration
Namespace: Copper.Remoting.Wcf.Common.V1
Assembly: Copper.Remoting.Wcf.Common.dll
Syntax
public class ServiceHostConfiguration
Constructors
View SourceServiceHostConfiguration(Action<ServiceHost>)
Initializes a new instance of the ServiceHostConfiguration class.
Declaration
public ServiceHostConfiguration(Action<ServiceHost> serviceHostConfigureDelegate)
Parameters
Type | Name | Description |
---|---|---|
System.Action<ServiceHost> | serviceHostConfigureDelegate | A delegate that configures a |
Properties
View SourceServiceHostConfigureDelegate
Gets a delegate that configures a
Declaration
public Action<ServiceHost> ServiceHostConfigureDelegate { get; }
Property Value
Type | Description |
---|---|
System.Action<ServiceHost> | The delegate that configures a |