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

NuGet Package: DevExpress.Printing.Core

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