WCF-Xtensions Class Reference for Mono
ConfiguredBindings Property (WcfXtensionsBindingCollectionElement)






Returns the read only collection of System.ServiceModel.Configuration.IBindnigConfigurationElement.
Syntax
'Declaration
 
Public Overrides ReadOnly Property ConfiguredBindings As System.Collections.ObjectModel.ReadOnlyCollection(Of IBindingConfigurationElement)
'Usage
 
Dim instance As WcfXtensionsBindingCollectionElement
Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of IBindingConfigurationElement)
 
value = instance.ConfiguredBindings
public override System.Collections.ObjectModel.ReadOnlyCollection<IBindingConfigurationElement> ConfiguredBindings {get;}
public read-only property ConfiguredBindings: System.Collections.ObjectModel.ReadOnlyCollection; override; 
public override function get ConfiguredBindings : System.Collections.ObjectModel.ReadOnlyCollection
public: __property System.Collections.ObjectModel.ReadOnlyCollection<IBindingConfigurationElement*>* get_ConfiguredBindings() override;
public:
property System.Collections.ObjectModel.ReadOnlyCollection<IBindingConfigurationElement^>^ ConfiguredBindings {
   System.Collections.ObjectModel.ReadOnlyCollection<IBindingConfigurationElement^>^ get() override;
}
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

WcfXtensionsBindingCollectionElement Class
WcfXtensionsBindingCollectionElement Members
Base Implementation in ConfiguredBindings

Send Feedback