WCF-Xtensions Class Reference for Mono
ExtensionBindingElement Class
Members 






Represents a configuration section which contains a collection of binding element extensions that modify the behavior of an already defined binding.
Object Model
ExtensionBindingElement Class
Syntax
'Declaration
 
Public Class ExtensionBindingElement 
   Inherits System.Configuration.ConfigurationElement
'Usage
 
Dim instance As ExtensionBindingElement
public class ExtensionBindingElement : System.Configuration.ConfigurationElement 
public class ExtensionBindingElement = class(System.Configuration.ConfigurationElement)
public class ExtensionBindingElement extends System.Configuration.ConfigurationElement
public __gc class ExtensionBindingElement : public System.Configuration.ConfigurationElement 
public ref class ExtensionBindingElement : public System.Configuration.ConfigurationElement 
Remarks
The is used to extend an already configured binding by cloning its configuration and replacing or adding binding elements to it. It is used to plug extensions into a predefined standard binding through the configuration file. It is also used to avoid copying the same configuration section multiple times in order to create slightly different bindings.
Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
      Noemax.WCFX.Configuration.ExtensionBindingElement

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExtensionBindingElement Members
Noemax.WCFX.Configuration Namespace

Send Feedback