Back to Devexpress

AuthenticationServiceClientFactory Class

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-client-c625043f.md

latest2.3 KB
Original Source

AuthenticationServiceClientFactory Class

Supports automatic AuthenticationServiceClient creation on the client side.

Namespace : DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class AuthenticationServiceClientFactory :
    ServiceClientFactory<IAuthenticationServiceClient, IAuthenticationServiceAsync>
vb
Public Class AuthenticationServiceClientFactory
    Inherits ServiceClientFactory(Of 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

AuthenticationServiceClientFactory Members

AuthenticationServiceClient

IAuthenticationService

IAuthenticationServiceAsync

IAuthenticationServiceClient

DevExpress.ReportServer.ServiceModel.Client Namespace