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
Afficher le fichier Open project: WSCF/WSCF Class Usage Examples

Private Properties

Свойство Type Description
StaticMetadataBehaviorElement System

Méthodes protégées

Méthode 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

Méthode Description
StaticMetadataBehaviorElement ( ) : System

Method Details

CreateBehavior() protected méthode

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
Résultat object