BindingParameters Property
Collapse the table of content
Expand the table of content

BindingContext.BindingParameters Property

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

Gets the collection of binding parameters for the channel built in the current context.

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

public BindingParameterCollection BindingParameters { get; }

Property Value

Type: System.ServiceModel.Channels.BindingParameterCollection
The BindingParameterCollection for the channel built in the current context.

This collection holds the settings encountered when building the channel stack from the bindings. Settings that must be pushed down the channel stack during creation are put into the collection until a channel lower in the stack requires them.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft