AuthenticationServiceClientFactory(String, EndpointAddress) 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(
string endpointConfigurationName,
EndpointAddress remoteAddress
)
Parameters
Name | Type | Description |
---|---|---|
endpointConfigurationName | String | A String value, specifying the endpoint configuration name. |
remoteAddress | EndpointAddress | An EndpointAddress object, specifying the authentication service address. |
See Also