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

AuthenticationServiceClientFactory(String, EndpointAddress) Constructor

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

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public AuthenticationServiceClientFactory(
    string endpointConfigurationName,
    EndpointAddress remoteAddress
)

Parameters

Name Type Description
endpointConfigurationName String

A String value, specifying the endpoint configuration name.

remoteAddress EndpointAddress

An EndpointAddress object, specifying the authentication service address.

See Also