DeliveryRequirementsAttribute::IContractBehavior::AddBindingParameters Method (ContractDescription^, ServiceEndpoint^, BindingParameterCollection^)
.NET Framework (current version)
Implements the IContractBehavior::AddBindingParameters method to attach binding parameters correctly.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
private: virtual void AddBindingParameters( ContractDescription^ description, ServiceEndpoint^ endpoint, BindingParameterCollection^ parameters ) sealed = IContractBehavior::AddBindingParameters
Parameters
- description
-
Type:
System.ServiceModel.Description::ContractDescription^
The contract description.
- endpoint
-
Type:
System.ServiceModel.Description::ServiceEndpoint^
The service endpoint for the contract.
- parameters
-
Type:
System.ServiceModel.Channels::BindingParameterCollection^
The binding parameters.
.NET Framework
Available since 3.0
Available since 3.0
Show: