IOperationBehavior.AddBindingParameters Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Implement to pass data at runtime to bindings to support custom behavior.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Sub AddBindingParameters ( _
operationDescription As OperationDescription, _
bindingParameters As BindingParameterCollection _
)
void AddBindingParameters(
OperationDescription operationDescription,
BindingParameterCollection bindingParameters
)
Parameters
- operationDescription
Type: System.ServiceModel.Description.OperationDescription
The operation being examined. Use for examination only. If the operation description is modified, the results are undefined.
- bindingParameters
Type: System.ServiceModel.Channels.BindingParameterCollection
The collection of objects that binding elements require to support the behavior.
Remarks
Implement the AddBindingParameters method to provide binding elements with the extra objects they require to support the operation behavior. When binding parameters are added here, the binding can locate and process these objects when the channel listener or channel factory is created. Typically, you implement the AddBindingParameters method to pass information about the operation to a custom binding element so that it can build a supporting channel correctly. Return no value if no modifications are required.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.