SqlWorkflowInstanceStoreBehavior.AddBindingParameters Method

Definition

An implementation of the AddBindingParameters method of the IServiceBehavior interface, which allows you to pass custom data to binding elements to support contract implementation.

public void AddBindingParameters (System.ServiceModel.Description.ServiceDescription serviceDescription, System.ServiceModel.ServiceHostBase serviceHostBase, System.Collections.ObjectModel.Collection<System.ServiceModel.Description.ServiceEndpoint> endpoints, System.ServiceModel.Channels.BindingParameterCollection bindingParameters);

Parameters

serviceDescription
ServiceDescription

The service description of the service.

serviceHostBase
ServiceHostBase

The host of the service.

endpoints
Collection<ServiceEndpoint>

The service endpoints.

bindingParameters
BindingParameterCollection

Custom objects to which binding elements have access.

Implements

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1