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.v19.1.Core.dll

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