System.ServiceModel.Configu ...


.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)
Syntax

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
Remarks

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.

Inheritance Hierarchy

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
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker