IEndpointBehavior.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 ( _
    endpoint As ServiceEndpoint, _
    bindingParameters As BindingParameterCollection _
)
void AddBindingParameters(
    ServiceEndpoint endpoint,
    BindingParameterCollection bindingParameters
)

Parameters

Remarks

Implement the AddBindingParameters method to provide binding elements with the extra objects they require to support the endpoint behavior. When binding parameters are added here the binding can locate these objects when the channel listener or channel factory is created. Typically, you implement the AddBindingParameters method to pass information about the endpoint 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.