C# Class DotAmf.ServiceModel.Configuration.AmfBehaviorExtensionElement

AMF endpoint behavior extension.
Represents a configuration element that contains sub-elements that specify behavior extensions, which enable the user to customize service or endpoint behaviors.
Inheritance: System.ServiceModel.Configuration.BehaviorExtensionElement
Exibir arquivo Open project: artema/DotAmf

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