AuthenticationServiceClientFactory(EndpointAddress, Binding) Constructor
Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public AuthenticationServiceClientFactory(
EndpointAddress remoteAddress,
Binding binding
)
Parameters
Name | Type | Description |
---|---|---|
remoteAddress | EndpointAddress | An EndpointAddress object, specifying the authentication service address. |
binding | Binding | A Binding object. |
See Also