Click or drag to resize
weroSoft AG, Software
ClientMessageBehaviorAddBindingParameters Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Implement to pass data at runtime to bindings to support custom behavior.

Namespace:  WeroSoft.Client
Assembly:  WeroSoft.Contracts (in WeroSoft.Contracts.dll) Version: 3.0 Pre-Release
Syntax
C#
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