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






Syntax
'Declaration
 
Public Overridable ReadOnly Property ConfiguredBindings As System.Collections.ObjectModel.ReadOnlyCollection(Of IBindingConfigurationElement)
'Usage
 
Dim instance As DuplexSoapTcpBindingCollectionElement
Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of IBindingConfigurationElement)
 
value = instance.ConfiguredBindings
public virtual System.Collections.ObjectModel.ReadOnlyCollection<IBindingConfigurationElement> ConfiguredBindings {get;}
public read-only property ConfiguredBindings: System.Collections.ObjectModel.ReadOnlyCollection; virtual; 
public function get ConfiguredBindings : System.Collections.ObjectModel.ReadOnlyCollection
public: __property virtual System.Collections.ObjectModel.ReadOnlyCollection<IBindingConfigurationElement*>* get_ConfiguredBindings();
public:
virtual property System.Collections.ObjectModel.ReadOnlyCollection<IBindingConfigurationElement^>^ ConfiguredBindings {
   System.Collections.ObjectModel.ReadOnlyCollection<IBindingConfigurationElement^>^ get();
}
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

DuplexSoapTcpBindingCollectionElement Class
DuplexSoapTcpBindingCollectionElement Members

Send Feedback