C# Class Thinktecture.ServiceModel.Extensions.Metadata.StaticMetadataBehaviorElement

Contains the implementation of BehaviorExtensionElement that is used to hook up StaticMetadataBehavior via configuration system.
Inheritance: System.ServiceModel.Configuration.BehaviorExtensionElement
Datei anzeigen Open project: WSCF/WSCF Class Usage Examples

Private Properties

Property Type Description
StaticMetadataBehaviorElement System

Protected Methods

Method Description
CreateBehavior ( ) : object

Creates a behavior extension based on the current configuration settings. In this case we create a new instance of StaticMetadataBehavior by passing the configured MetadataUrl.

Private Methods

Method Description
StaticMetadataBehaviorElement ( ) : System

Method Details

CreateBehavior() protected method

Creates a behavior extension based on the current configuration settings. In this case we create a new instance of StaticMetadataBehavior by passing the configured MetadataUrl.
protected CreateBehavior ( ) : object
return object