IEndpointBehavior.AddBindingParameters Method
Implement to pass data at runtime to bindings to support custom behavior.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel (in System.ServiceModel.dll)
void AddBindingParameters(
ServiceEndpoint endpoint,
BindingParameterCollection bindingParameters
)
Parameters
- endpoint
- Type: System.ServiceModel.Description.ServiceEndpoint
The endpoint to modify.
- bindingParameters
- Type: System.ServiceModel.Channels.BindingParameterCollection
The objects that binding elements require to support the behavior.
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.