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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.