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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.