Skip to main content

FormsAuthenticationEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection) Method

Passes data to bindings (for custom behavior support).

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

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