Skip to main content
A newer version of this page is available. .

FormsAuthenticationEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection) Method

Passes data to bindings (for custom behavior support).

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public void AddBindingParameters(
    ServiceEndpoint endpoint,
    BindingParameterCollection bindingParameters
)

Parameters

Name Type Description
endpoint ServiceEndpoint

A ServiceEndpoint object, specifying the endpoint to modify.

bindingParameters BindingParameterCollection

A BindingParameterCollection object, specifying the objects required by binding elements to support the behavior.

See Also