Noemax.WCFX.Configuration Namespace > DuplexSoapTcpBindingCollectionElement Class : Bindings Property |
'Declaration <System.Configuration.ConfigurationPropertyAttribute(Name="", Options=ConfigurationPropertyOptions.IsDefaultCollection, IsDefaultCollection=True, IsRequired=False, IsKey=False)> Public ReadOnly Property Bindings As System.ServiceModel.Configuration.StandardBindingElementCollection(Of DuplexSoapTcpBindingElement)
'Usage Dim instance As DuplexSoapTcpBindingCollectionElement Dim value As System.ServiceModel.Configuration.StandardBindingElementCollection(Of DuplexSoapTcpBindingElement) value = instance.Bindings
[System.Configuration.ConfigurationProperty(Name="", Options=ConfigurationPropertyOptions.IsDefaultCollection, IsDefaultCollection=true, IsRequired=false, IsKey=false)] public System.ServiceModel.Configuration.StandardBindingElementCollection<DuplexSoapTcpBindingElement> Bindings {get;}
public read-only property Bindings: System.ServiceModel.Configuration.StandardBindingElementCollection;
System.Configuration.ConfigurationPropertyAttribute(Name="", Options=ConfigurationPropertyOptions.IsDefaultCollection, IsDefaultCollection=, IsRequired=, IsKey=) public function get Bindings : System.ServiceModel.Configuration.StandardBindingElementCollection
[System.Configuration.ConfigurationProperty(Name="", Options=ConfigurationPropertyOptions.IsDefaultCollection, IsDefaultCollection=true, IsRequired=false, IsKey=false)] public: __property System.ServiceModel.Configuration.StandardBindingElementCollection<DuplexSoapTcpBindingElement*>* get_Bindings();
[System.Configuration.ConfigurationProperty(Name="", Options=ConfigurationPropertyOptions.IsDefaultCollection, IsDefaultCollection=true, IsRequired=false, IsKey=false)] public: property System.ServiceModel.Configuration.StandardBindingElementCollection<DuplexSoapTcpBindingElement^>^ Bindings { System.ServiceModel.Configuration.StandardBindingElementCollection<DuplexSoapTcpBindingElement^>^ get(); }
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