RemainingBindingElements Property
Collapse the table of content
Expand the table of content

BindingContext.RemainingBindingElements Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the binding elements that are used by other binding elements to construct the channel stack.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public BindingElementCollection RemainingBindingElements { get; }

Property Value

Type: System.ServiceModel.Channels.BindingElementCollection
The BindingElementCollection that contains the binding elements that are used by other binding elements to construct the channel stack.

The binding elements that are put into this collection are those elements that do not correspond directly to a factory in one of the channel stacks. The encoder binding element, for example, ends up in this collection and is then used by the transport channel to construct a message encoder.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft