Skip to main content

ReportServiceClientFactory(EndpointAddress, Binding) Constructor

Initializes a new instance of the ReportServiceClientFactory class with the specified remote address and binding.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public ReportServiceClientFactory(
    EndpointAddress remoteAddress,
    Binding binding
)

Parameters

Name Type Description
remoteAddress EndpointAddress

An EndpointAddress object.

binding Binding

A Binding object.

See Also