WebHttpBehavior::AddBindingParameters Method (ServiceEndpoint^, BindingParameterCollection^)
.NET Framework (current version)
Implements the AddBindingParameters(ServiceEndpoint^, BindingParameterCollection^) method to pass data at runtime to bindings to support custom behavior.
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
Available since 3.5
Silverlight
Available since 4.0
Show: