Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
StandardBindingCollectionElement<(Of <(TStandardBinding, TBindingConfiguration>)>) Class

Provides a base class for the configuration sections that specify predefined bindings provided by Windows Communication Foundation (WCF).

Namespace:  System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Visual Basic (Declaration)
Public Class StandardBindingCollectionElement(Of TStandardBinding As Binding, TBindingConfiguration As {New, StandardBindingElement}) _
    Inherits BindingCollectionElement
Visual Basic (Usage)
Dim instance As StandardBindingCollectionElement(Of TStandardBinding, TBindingConfiguration)
C#
public class StandardBindingCollectionElement<TStandardBinding, TBindingConfiguration> : BindingCollectionElement
where TStandardBinding : Binding
where TBindingConfiguration : new(), StandardBindingElement
Visual C++
generic<typename TStandardBinding, typename TBindingConfiguration>
where TStandardBinding : Binding
where TBindingConfiguration : gcnew(), StandardBindingElement
public ref class StandardBindingCollectionElement : public BindingCollectionElement
JScript
JScript does not support generic types or methods.

Type Parameters

TStandardBinding

A standard binding element.

TBindingConfiguration

A binding configuration element.

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.ServiceModel.Configuration..::.BindingCollectionElement
      System.ServiceModel.Configuration..::.StandardBindingCollectionElement<(Of <(TStandardBinding, TBindingConfiguration>)>)
        System.ServiceModel.Configuration..::.BasicHttpBindingCollectionElement
        System.ServiceModel.Configuration..::.BasicHttpContextBindingCollectionElement
        System.ServiceModel.Configuration..::.MexBindingBindingCollectionElement<(Of <(TStandardBinding, TBindingConfiguration>)>)
        System.ServiceModel.Configuration..::.MsmqIntegrationBindingCollectionElement
        System.ServiceModel.Configuration..::.NetMsmqBindingCollectionElement
        System.ServiceModel.Configuration..::.NetNamedPipeBindingCollectionElement
        System.ServiceModel.Configuration..::.NetPeerTcpBindingCollectionElement
        System.ServiceModel.Configuration..::.NetTcpBindingCollectionElement
        System.ServiceModel.Configuration..::.NetTcpContextBindingCollectionElement
        System.ServiceModel.Configuration..::.WebHttpBindingCollectionElement
        System.ServiceModel.Configuration..::.WSDualHttpBindingCollectionElement
        System.ServiceModel.Configuration..::.WSFederationHttpBindingCollectionElement
        System.ServiceModel.Configuration..::.WSHttpBindingCollectionElement
        System.ServiceModel.Configuration..::.WSHttpContextBindingCollectionElement
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker