DataStoreClient(Binding, EndpointAddress) Constructor
In This Article
Initializes a new instance of the DataStoreClient class with specified settings.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.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. |
remote |
Endpoint |
A Endpoint |
See Also