Allows you to change the behavior how a client or a server is created.
This setting should be set to the same value on the server and the clients.
IClientConfiguration configuration = Db4oClientServer.NewClientConfiguration(); configuration.Networking.ClientServerFactory = new StandardClientServerFactory();
Dim configuration As IClientConfiguration = Db4oClientServer.NewClientConfiguration() configuration.Networking.ClientServerFactory = New StandardClientServerFactory()