CustomBindingCollectionElement Class
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration Public NotInheritable Class CustomBindingCollectionElement Inherits BindingCollectionElement 'Usage Dim instance As CustomBindingCollectionElement
public final class CustomBindingCollectionElement extends BindingCollectionElement
public final class CustomBindingCollectionElement extends BindingCollectionElement
Not applicable.
Custom bindings provide full control over the Windows Communication Foundation (WCF) messaging stack. An individual binding defines the message stack by specifying the configuration elements for the stack elements in the order they appear on the stack. Each element defines and configures the one element of the stack. There must be one and only one transport element in each custom binding. Without this element, the messaging stack is incomplete.
The order in which elements appear in the stack matters, because it is the order in which operations are applied to the message. The recommended order of stack elements is the following:
-
Transactions (optional)
-
Reliable Messaging (optional)
-
Security (optional)
-
Transport
-
Encoder (optional)
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.BindingCollectionElement
System.ServiceModel.Configuration.CustomBindingCollectionElement
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.