WCF-Xtensions Class Reference for Mono
BindingElementExtensionElementCollection<TBindingElementExtension> Class
Members 






Represents a configuration section that contains a collection of binding element extensions, each of which describes an aspect of how an endpoint communicates with other endpoints, that is built, consistently, into a channel factory on the client and a channel listener on the service.
Object Model
BindingElementExtensionElementCollection<TBindingElementExtension> Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class BindingElementExtensionElementCollection(Of TBindingElementExtension) 
   Inherits Noemax.WCFX.Configuration.GenericConfigurationElementCollection(Of BindingElementExtensionElement)
[System.Reflection.DefaultMember("Item")]
public class BindingElementExtensionElementCollection<TBindingElementExtension> : Noemax.WCFX.Configuration.GenericConfigurationElementCollection<BindingElementExtensionElement> 
public class BindingElementExtensionElementCollection = class(Noemax.WCFX.Configuration.GenericConfigurationElementCollection)
JScript does not support Generics.
[System.Reflection.DefaultMember("Item")]
public __gc class BindingElementExtensionElementCollection<TBindingElementExtension> : public Noemax.WCFX.Configuration.GenericConfigurationElementCollection<BindingElementExtensionElement> 
[System.Reflection.DefaultMember("Item")]
generic<typename TBindingElementExtension>
public ref class BindingElementExtensionElementCollection : public Noemax.WCFX.Configuration.GenericConfigurationElementCollection<BindingElementExtensionElement> 
Type Parameters
TBindingElementExtension
Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
      System.Configuration.ConfigurationElementCollection
         Noemax.WCFX.Configuration.GenericConfigurationElementCollection<TConfigurationElement>
            Noemax.WCFX.Configuration.BindingElementExtensionElementCollection<TBindingElementExtension>

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

BindingElementExtensionElementCollection<TBindingElementExtension> Members
Noemax.WCFX.Configuration Namespace

Send Feedback