The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BindingContext::BindingParameters Property
.NET Framework (current version)
Gets the collection of binding parameters for the channel built in the current context.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property BindingParameterCollection^ BindingParameters { BindingParameterCollection^ 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 need to be pushed down the channel stack during creation are put into the collection until a channel lower in the stack needs them.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: