Class ChannelFactoryConfiguration
Holds a delegate that configures a
Inheritance
System.Object
ChannelFactoryConfiguration
Namespace: Copper.Remoting.Wcf.Common.V1
Assembly: Copper.Remoting.Wcf.Common.dll
Syntax
public class ChannelFactoryConfiguration
Constructors
View SourceChannelFactoryConfiguration(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 |
Properties
View SourceChannelFactoryConfigureDelegate
Gets a delegate that configures a
Declaration
public Action<ChannelFactory> ChannelFactoryConfigureDelegate { get; }
Property Value
Type | Description |
---|---|
System.Action<ChannelFactory> | The delegate that configures a |