WebInvokeAttribute::IOperationBehavior::AddBindingParameters Method (OperationDescription^, BindingParameterCollection^)
.NET Framework (current version)
Implements the AddBindingParameters(OperationDescription^, BindingParameterCollection^) method.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
private: virtual void AddBindingParameters( OperationDescription^ operationDescription, BindingParameterCollection^ bindingParameters ) sealed = IOperationBehavior::AddBindingParameters
Parameters
- operationDescription
-
Type:
System.ServiceModel.Description::OperationDescription^
The operation description.
- bindingParameters
-
Type:
System.ServiceModel.Channels::BindingParameterCollection^
A collection of binding parameters.
This method does nothing because the WebInvokeAttribute attribute is a passive operation behavior.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: