Skip to main content

FormsAuthenticationEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) Method

Implements a modification or extension of the authentication service across an endpoint.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void ApplyDispatchBehavior(
    ServiceEndpoint endpoint,
    EndpointDispatcher endpointDispatcher
)

Parameters

Name Type Description
endpoint ServiceEndpoint

A ServiceEndpoint object, specifying the endpoint that exposes the contract.

endpointDispatcher EndpointDispatcher

An EndpointDispatcher object, specifying the endpoint dispatcher to be modified or extended.

See Also