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

AuthenticationServiceClientFactory(EndpointAddress, Binding) Constructor

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

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public AuthenticationServiceClientFactory(
    EndpointAddress remoteAddress,
    Binding binding
)

Parameters

Name Type Description
remoteAddress EndpointAddress

An EndpointAddress object, specifying the authentication service address.

binding Binding

A Binding object.

See Also