C# Class Thinktecture.ServiceModel.IoC.IocBehaviorExtensionElement

Inheritance: System.ServiceModel.Configuration.BehaviorExtensionElement
Mostrar archivo Open project: ChristianWeyer/Thinktecture.ServiceModel

Private Properties

Property Type Description

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