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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.