DataContractSerializerOperationBehavior::IOperationBehavior::AddBindingParameters Method (OperationDescription^, BindingParameterCollection^)
.NET Framework (current version)
Adds a collection of parameters to the behavior.
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
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Show: