Show / Hide Table of Contents

    Class ChannelFactoryConfiguration

    Holds a delegate that configures a instance.

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

    Constructors

    View Source

    ChannelFactoryConfiguration(Action<ChannelFactory>)

    Initializes a new instance of the ChannelFactoryConfiguration class.

    Declaration
    public ChannelFactoryConfiguration(Action<ChannelFactory> channelFactoryConfigureDelegate)
    Parameters
    Type Name Description
    System.Action<ChannelFactory> channelFactoryConfigureDelegate

    A delegate that configures a instance.

    Properties

    View Source

    ChannelFactoryConfigureDelegate

    Gets a delegate that configures a instance.

    Declaration
    public Action<ChannelFactory> ChannelFactoryConfigureDelegate { get; }
    Property Value
    Type Description
    System.Action<ChannelFactory>

    The delegate that configures a instance.

    • View Source
    In This Article
    • Constructors
      • ChannelFactoryConfiguration(Action<ChannelFactory>)
    • Properties
      • ChannelFactoryConfigureDelegate
    Back to top Generated by DocFX