Skip to main content

AuthenticationServiceClientFactory(EndpointAddress, AuthenticationType) Constructor

Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public AuthenticationServiceClientFactory(
    EndpointAddress address,
    AuthenticationType authenticationType
)

Parameters

Name Type Description
address EndpointAddress

An EndpointAddress object, specifying the authentication service address.

authenticationType AuthenticationType

An AuthenticationType enumeration value.

Remarks

When using this constructor to create AuthenticationServiceClient objects, the factory automatically configures an appropriate Binding based on the selected authentication type.

See Also