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

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.v18.2.Core.dll

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