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

AuthenticationServiceClientFactory Class

Supports automatic AuthenticationServiceClient creation on the client side.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

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

Declaration

public class AuthenticationServiceClientFactory :
    ServiceClientFactory<IAuthenticationServiceClient, IAuthenticationServiceAsync>

Remarks

To learn more, refer to the Report and Dashboard Server documentation.

Inheritance

Object
DevExpress.Data.Utils.ServiceModel.ServiceClientFactory<IAuthenticationServiceClient, IAuthenticationServiceAsync>
AuthenticationServiceClientFactory
See Also