Click to Rate and Give Feedback

  Switch on low bandwidth view
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
BindingElementExtensionElement Class

Enables the use of a custom BindingElement implementation from a machine or application configuration file.

Namespace:  System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Visual Basic (Declaration)
Public MustInherit Class BindingElementExtensionElement _
    Inherits ServiceModelExtensionElement
Visual Basic (Usage)
Dim instance As BindingElementExtensionElement
C#
public abstract class BindingElementExtensionElement : ServiceModelExtensionElement
Visual C++
public ref class BindingElementExtensionElement abstract : public ServiceModelExtensionElement
JScript
public abstract class BindingElementExtensionElement extends ServiceModelExtensionElement

You should derive from the BindingElementExtensionElement class to use a custom BindingElement implementation from a machine or application configuration file.

Once a BindingElementExtensionElement instance has been created, a custom binding element is returned. You can use this in an application configuration file by using the <add> element and setting the type attribute to the BindingElementExtensionElement class, and the name attribute to the custom binding element.

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.ServiceModel.Configuration..::.ServiceModelExtensionElement
      System.ServiceModel.Configuration..::.BindingElementExtensionElement
        System.ServiceModel.Configuration..::.BinaryMessageEncodingElement
        System.ServiceModel.Configuration..::.CompositeDuplexElement
        System.ServiceModel.Configuration..::.ContextBindingElementExtensionElement
        System.ServiceModel.Configuration..::.MtomMessageEncodingElement
        System.ServiceModel.Configuration..::.OneWayElement
        System.ServiceModel.Configuration..::.PeerTransportElement
        System.ServiceModel.Configuration..::.PnrpPeerResolverElement
        System.ServiceModel.Configuration..::.PrivacyNoticeElement
        System.ServiceModel.Configuration..::.ReliableSessionElement
        System.ServiceModel.Configuration..::.SecurityElementBase
        System.ServiceModel.Configuration..::.SslStreamSecurityElement
        System.ServiceModel.Configuration..::.TextMessageEncodingElement
        System.ServiceModel.Configuration..::.TransactionFlowElement
        System.ServiceModel.Configuration..::.TransportElement
        System.ServiceModel.Configuration..::.UseManagedPresentationElement
        System.ServiceModel.Configuration..::.WebMessageEncodingElement
        System.ServiceModel.Configuration..::.WindowsStreamSecurityElement
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
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker