Skip to main content

DataStoreClient(Binding, EndpointAddress) Constructor

Initializes a new instance of the DataStoreClient class with specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public DataStoreClient(
    Binding binding,
    EndpointAddress remoteAddress
)

Parameters

Name Type Description
binding Binding

A Binding object specifying binding elements used for communication between the client and a service.

remoteAddress EndpointAddress

A EndpointAddress object specifying a unique network address that the client uses to communicate with a service endpoint.

See Also