[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides a base class for the configuration sections that specify predefined bindings provided by Windows Communication Foundation (WCF).
Public Class StandardBindingCollectionElement(Of TStandardBinding As Binding, TBindingConfiguration As {New, StandardBindingElement}) _ Inherits BindingCollectionElement
public class StandardBindingCollectionElement<TStandardBinding, TBindingConfiguration> : BindingCollectionElement where TStandardBinding : Binding where TBindingConfiguration : new(), StandardBindingElement
generic<typename TStandardBinding, typename TBindingConfiguration> where TStandardBinding : Binding where TBindingConfiguration : gcnew(), StandardBindingElement public ref class StandardBindingCollectionElement : public BindingCollectionElement
type StandardBindingCollectionElement<'TStandardBinding, 'TBindingConfiguration when 'TStandardBinding : Binding when 'TBindingConfiguration : new() and StandardBindingElement> = class inherit BindingCollectionElement end
A standard binding element.
A binding configuration element.
The StandardBindingCollectionElement<(Of <(TStandardBinding, TBindingConfiguration>)>) type exposes the following members.
Windows 8 Consumer Preview, Windows Server 8 Beta, Windows 7, Windows Server 2008 SP2, Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.