WCF-Xtensions Class Reference for Mono
Bindings Property (BasicSoapTcpBindingCollectionElement)






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=True, 
   IsRequired=False, 
   IsKey=False)>
Public ReadOnly Property Bindings As System.ServiceModel.Configuration.StandardBindingElementCollection(Of BasicSoapTcpBindingElement)
'Usage
 
Dim instance As BasicSoapTcpBindingCollectionElement
Dim value As System.ServiceModel.Configuration.StandardBindingElementCollection(Of BasicSoapTcpBindingElement)
 
value = instance.Bindings
[System.Configuration.ConfigurationProperty(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=true, 
   IsRequired=false, 
   IsKey=false)]
public System.ServiceModel.Configuration.StandardBindingElementCollection<BasicSoapTcpBindingElement> 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<BasicSoapTcpBindingElement*>* get_Bindings();
[System.Configuration.ConfigurationProperty(Name="", 
   Options=ConfigurationPropertyOptions.IsDefaultCollection, 
   IsDefaultCollection=true, 
   IsRequired=false, 
   IsKey=false)]
public:
property System.ServiceModel.Configuration.StandardBindingElementCollection<BasicSoapTcpBindingElement^>^ Bindings {
   System.ServiceModel.Configuration.StandardBindingElementCollection<BasicSoapTcpBindingElement^>^ 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

BasicSoapTcpBindingCollectionElement Class
BasicSoapTcpBindingCollectionElement Members

Send Feedback