AuthenticationServiceClientFactory(EndpointAddress, AuthenticationType) Constructor
Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
public AuthenticationServiceClientFactory(
EndpointAddress address,
AuthenticationType authenticationType
)
Parameters
Name | Type | Description |
---|---|---|
address | EndpointAddress | An EndpointAddress object, specifying the authentication service address. |
authenticationType | AuthenticationType | An AuthenticationType enumeration value. |
Remarks
When using this constructor to create AuthenticationServiceClient objects, the factory automatically configures an appropriate Binding based on the selected authentication type.