Skip to main content

AuthenticationServiceClientFactory(String) Constructor

Initializes a new instance of the AuthenticationServiceClientFactory class with the specified endpoint configuration name.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public AuthenticationServiceClientFactory(
    string endpointConfigurationName
)

Parameters

Name Type Description
endpointConfigurationName String

A String value, specifying the endpoint configuration name.

See Also