Skip to main content
.NET 6.0+

SerializableObjectLayerServiceClient Constructors

A distributed object access layer (an ISerializableObjectLayer implementation) for client applications transferring data via WCF.
Name Parameters Description
SerializableObjectLayerServiceClient(Binding, EndpointAddress) binding, remoteAddress Initializes a new instance of the SerializableObjectLayerServiceClient class with specified settings.
SerializableObjectLayerServiceClient(String) configName Initializes a new instance of the SerializableObjectLayerServiceClient class using the configuration information specified in the client application’s configuration file by confName.
See Also