Show / Hide Table of Contents

    Class ServiceHostConfiguration

    Holds a delegate that configures a instance.

    Inheritance
    System.Object
    ServiceHostConfiguration
    Namespace: Copper.Remoting.Wcf.Common.V1
    Assembly: Copper.Remoting.Wcf.Common.dll
    Syntax
    public class ServiceHostConfiguration

    Constructors

    View Source

    ServiceHostConfiguration(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 instance.

    Properties

    View Source

    ServiceHostConfigureDelegate

    Gets a delegate that configures a instance.

    Declaration
    public Action<ServiceHost> ServiceHostConfigureDelegate { get; }
    Property Value
    Type Description
    System.Action<ServiceHost>

    The delegate that configures a instance.

    • View Source
    In This Article
    • Constructors
      • ServiceHostConfiguration(Action<ServiceHost>)
    • Properties
      • ServiceHostConfigureDelegate
    Back to top Generated by DocFX