Skip to main content

FormsAuthenticationEndpointBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) Method

Implements a modification or extension of the authentication service client across a contract.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

Declaration

public void ApplyClientBehavior(
    ServiceEndpoint endpoint,
    ClientRuntime clientRuntime
)

Parameters

Name Type Description
endpoint ServiceEndpoint

A ServiceEndpoint object, specifying the endpoint.

clientRuntime ClientRuntime

The client runtime.

See Also