System.ServiceModel 4.0.0.0 System.Configuration.ConfigurationSection To be added. Represents a configuration section that contains all the extension definitions. Constructor 4.0.0.0 To be added. Initializes a new instance of the class. Property 4.0.0.0 System.Configuration.ConfigurationProperty("behaviorExtensions", Options=System.Configuration.ConfigurationPropertyOptions.None) System.ServiceModel.Configuration.ExtensionElementCollection To be added. Behavior extensions enable the user to create user-defined behavior elements. These elements can be used alongside the standard indigo1 behavior elements. Gets all the behavior extensions that are defined in the section. Property 4.0.0.0 System.Configuration.ConfigurationProperty("bindingElementExtensions", Options=System.Configuration.ConfigurationPropertyOptions.None) System.ServiceModel.Configuration.ExtensionElementCollection To be added. To be added. Gets all the binding element extensions that are defined in the section. Property 4.0.0.0 System.Configuration.ConfigurationProperty("bindingExtensions", Options=System.Configuration.ConfigurationPropertyOptions.None) System.ServiceModel.Configuration.ExtensionElementCollection To be added. 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. Gets all the binding extensions that are defined in the section. Property 4.0.0.0 System.Configuration.ConfigurationProperty("endpointExtensions", Options=System.Configuration.ConfigurationPropertyOptions.None) System.ServiceModel.Configuration.ExtensionElementCollection To be added. To be added. Gets an object that contains the specified endpoint extension. Method 4.0.0.0 System.Void To be added. Initializes a default set of values for this configuration section. Property 4.0.0.0 System.Configuration.ConfigurationPropertyCollection To be added. To be added. Gets a instance that contains a collection of objects that can be attributes or objects of this configuration element.