Table of Contents

Class SerializableObjectLayerServiceClient

Namespace
DevExpress.Xpo.DB
Assembly
DevExpress.Xpo.v24.1.dll

A distributed object access layer (an ISerializableObjectLayer implementation) for client applications transferring data via WCF.

public class SerializableObjectLayerServiceClient : SerializableObjectLayerServiceClientBase<ISerializableObjectLayerService>, ISerializableObjectLayer, ISerializableObjectLayerProvider, ISerializableObjectLayerEx
Inheritance
SerializableObjectLayerServiceClient
Implements
Inherited Members

Constructors

SerializableObjectLayerServiceClient(Binding, EndpointAddress)

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

public SerializableObjectLayerServiceClient(Binding binding, EndpointAddress remoteAddress)

Parameters

binding Binding

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

remoteAddress EndpointAddress

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

SerializableObjectLayerServiceClient(string)

Initializes a new instance of the SerializableObjectLayerServiceClient class using the configuration information specified in the client application’s configuration file by confName.

public SerializableObjectLayerServiceClient(string configName)

Parameters

configName string

The name of the endpoint in the client application’s configuration file.

Methods

CreateChannel()

protected override ISerializableObjectLayerService CreateChannel()

Returns

ISerializableObjectLayerService