[This is preliminary documentation and is subject to change.]

Provides the ability to pass custom data to binding elements to support the contract implementation.

Namespace: QPulseWebServices.Core.ExceptionHandling
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.7610.0

Syntax

C#
public void AddBindingParameters(
	ServiceDescription serviceDescription,
	ServiceHostBase serviceHostBase,
	Collection<ServiceEndpoint> endpoints,
	BindingParameterCollection bindingParameters
)

Parameters

serviceDescription
Type: System.ServiceModel.Description..::..ServiceDescription
The service description of the service.
serviceHostBase
Type: System.ServiceModel..::..ServiceHostBase
The host of the service.
endpoints
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'ServiceEndpoint>)>)>
The service endpoints.
bindingParameters
Type: System.ServiceModel.Channels..::..BindingParameterCollection
Custom objects to which binding elements have access.

Implements

IServiceBehavior..::..AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<(Of <<'(ServiceEndpoint>)>>), BindingParameterCollection)

See Also