C# Class ServiceModelContrib.IoC.Unity.UnityContainerBehaviorElement

Extension Behavior Element to set up the use of the Unity Container behavior.
Inheritance: System.ServiceModel.Configuration.BehaviorExtensionElement
Exibir arquivo Open project: kredinor/ServiceModelContrib

Protected Methods

Method Description
CreateBehavior ( ) : object

Creates a behavior extension based on the current configuration settings.

Method Details

CreateBehavior() protected method

Creates a behavior extension based on the current configuration settings.
protected CreateBehavior ( ) : object
return object