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

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.v18.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

A ClientRuntime object, specifying the client runtime.

See Also