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