IOperationBehavior.AddBindingParameters Method
Implement to pass data at runtime to bindings to support custom behavior.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.