StandardBindingCollectionElement<TStandardBinding,TBindingConfiguration>.Bindings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the standard bindings defined in this configuration section.
public:
property System::ServiceModel::Configuration::StandardBindingElementCollection<TBindingConfiguration> ^ Bindings { System::ServiceModel::Configuration::StandardBindingElementCollection<TBindingConfiguration> ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.StandardBindingElementCollection<TBindingConfiguration> Bindings { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Bindings : System.ServiceModel.Configuration.StandardBindingElementCollection<'BindingConfiguration (requires 'BindingConfiguration :> System.ServiceModel.Configuration.StandardBindingElement and 'BindingConfiguration : (new : unit -> 'BindingConfiguration))>
Public ReadOnly Property Bindings As StandardBindingElementCollection(Of TBindingConfiguration)
Property Value
A collection of all the standard bindings defined in this configuration section.
- Attributes
Applies to
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.