AuthenticationServiceClientFactory Class
Supports automatic AuthenticationServiceClient creation on the client side.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.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