ExtensionsSection::BindingExtensions Property
.NET Framework (current version)
Gets all the binding extensions that are defined in the section.
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
Available since 3.0
Show: