Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DeliveryRequirementsAttribute::IContractBehavior::AddBindingParameters Method (ContractDescription^, ServiceEndpoint^, BindingParameterCollection^)

 

Implements the IContractBehavior::AddBindingParameters method to attach binding parameters correctly.

Namespace:   System.ServiceModel
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
Return to top
Show:
© 2017 Microsoft