SerializableObjectLayerServiceClient(Binding, EndpointAddress) Constructor
Initializes a new instance of the SerializableObjectLayerServiceClient class with specified settings.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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