WebHttpBehavior::AddBindingParameters Method (ServiceEndpoint^, BindingParameterCollection^)

 

Implements the AddBindingParameters(ServiceEndpoint^, BindingParameterCollection^) method to pass data at runtime to bindings to support custom behavior.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)

public:
virtual void AddBindingParameters(
	ServiceEndpoint^ endpoint,
	BindingParameterCollection^ bindingParameters
)

Parameters

endpoint
Type: System.ServiceModel.Description::ServiceEndpoint^

The endpoint.

bindingParameters
Type: System.ServiceModel.Channels::BindingParameterCollection^

The binding parameters that support modifying the bindings.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show: