Windows apps
Collapse the table of content
Expand the table of content
Information
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.

DataContractSerializerOperationBehavior::IOperationBehavior::AddBindingParameters Method (OperationDescription^, BindingParameterCollection^)

 

Adds a collection of parameters to the behavior.

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

private:
virtual void AddBindingParameters(
	OperationDescription^ description,
	BindingParameterCollection^ parameters
) sealed = IOperationBehavior::AddBindingParameters

Parameters

description
Type: System.ServiceModel.Description::OperationDescription^

The OperationDescription to add the parameters to.

parameters
Type: System.ServiceModel.Channels::BindingParameterCollection^

The BindingParameterCollection that contains the parameters to add.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Return to top
Show:
© 2017 Microsoft