CallbackBehaviorAttribute.IEndpointBehavior.AddBindingParameters Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Configures the binding elements to support the callback behavior.
Namespace: System.ServiceModel
Assembly: System.ServiceModel.Extensions (in System.ServiceModel.Extensions.dll)
Syntax
'Declaration
Private Sub AddBindingParameters ( _
serviceEndpoint As ServiceEndpoint, _
parameters As BindingParameterCollection _
) Implements IEndpointBehavior.AddBindingParameters
void IEndpointBehavior.AddBindingParameters(
ServiceEndpoint serviceEndpoint,
BindingParameterCollection parameters
)
Parameters
- serviceEndpoint
Type: System.ServiceModel.Description.ServiceEndpoint
The endpoint for the callback object.
- parameters
Type: System.ServiceModel.Channels.BindingParameterCollection
The collection of binding parameters that are configured.
Implements
IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)
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.