ExtensionsSection::BindingExtensions Property

 

Gets all the binding extensions that are defined in the section.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("bindingExtensions")]
property ExtensionElementCollection^ BindingExtensions {
	ExtensionElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ExtensionElementCollection^

A collection of binding extensions.

Binding extensions enable the user to create user-defined binding elements for use as part of custom bindings. Programmatically, a binding extension is a type that implements the abstract class BindingElement.

.NET Framework
Available since 3.0
Return to top
Show: