Click or drag to resize

ServiceFaultBehaviorAddBindingParameters Method

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
Syntax
C#
public void AddBindingParameters(
	ServiceEndpoint endpoint,
	BindingParameterCollection bindingParameters
)

Parameters

endpoint
Type: System.ServiceModel.DescriptionServiceEndpoint
bindingParameters
Type: System.ServiceModel.ChannelsBindingParameterCollection

Implements

IEndpointBehaviorAddBindingParameters(ServiceEndpoint, BindingParameterCollection)
See Also