BindingElementExtensionElement Class
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration Public MustInherit Class BindingElementExtensionElement Inherits ServiceModelExtensionElement 'Usage Dim instance As BindingElementExtensionElement
public abstract class BindingElementExtensionElement extends ServiceModelExtensionElement
public abstract class BindingElementExtensionElement extends ServiceModelExtensionElement
Not applicable.
You should derive from the BindingElementExtensionElement class to use a custom BindingElement implementation from a machine or application configuration file.
Once a BindingElementExtensionElement instance has been created, a custom binding element is returned. You can use this in an application configuration file by using the <add> element and setting the type attribute to the BindingElementExtensionElement class, and the name attribute to the custom binding element.
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionElement
System.ServiceModel.Configuration.BindingElementExtensionElement
Derived Classes
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.