Click or drag to resize

WcfEndpointBehaviorAddBindingParameters Method

Implement to pass data at runtime to bindings to support custom behavior.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void AddBindingParameters(
	ServiceEndpoint endpoint,
	BindingParameterCollection bindingParameters
)

Parameters

endpoint
Type: System.ServiceModel.DescriptionServiceEndpoint
The endpoint to modify.
bindingParameters
Type: System.ServiceModel.ChannelsBindingParameterCollection
The objects that binding elements require to support the behavior.

Implements

IEndpointBehaviorAddBindingParameters(ServiceEndpoint, BindingParameterCollection)
See Also