WebHttpBehavior.AddBindingParameters Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This method is not used in Silverlight 5.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel.Web.Extensions (in System.ServiceModel.Web.Extensions.dll)
Syntax
'Declaration
Public Overridable Sub AddBindingParameters ( _
endpoint As ServiceEndpoint, _
bindingParameters As BindingParameterCollection _
)
public virtual void AddBindingParameters(
ServiceEndpoint endpoint,
BindingParameterCollection bindingParameters
)
Parameters
- endpoint
Type: System.ServiceModel.Description.ServiceEndpoint
The service endpoint to be accessed.
- bindingParameters
Type: System.ServiceModel.Channels.BindingParameterCollection
The binding parameters that support modifying the bindings.
Implements
IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)
Remarks
This method is used to configure a service and so is not implemented in Silverlight 5.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.