Click or drag to resize

FormatSpecificationBehaviorAddBindingParameters Method

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

Namespace: GSF.ServiceModel.Activation
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public void AddBindingParameters(
	ServiceEndpoint endpoint,
	BindingParameterCollection bindingParameters
)
View Source

Parameters

endpoint  ServiceEndpoint
The endpoint to modify.
bindingParameters  BindingParameterCollection
The objects that binding elements require to support the behavior.

Implements

IEndpointBehaviorAddBindingParameters(ServiceEndpoint, BindingParameterCollection)
See Also