OperationBehaviorAttribute::IOperationBehavior::AddBindingParameters Method (OperationDescription^, BindingParameterCollection^)
.NET Framework (current version)
Implements the AddBindingParameters method.
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 operation description modified to support OperationBehaviorAttribute properties.
- parameters
-
Type:
System.ServiceModel.Channels::BindingParameterCollection^
Binding parameters passed to support binding behaviors.
.NET Framework
Available since 3.0
Available since 3.0
Show: