Summary
Configuration interface for networking configuration settings.
The network settings should be configured in exactly the same on the server and client.
The network settings should be configured in exactly the same on the server and client.
- Assembly
- Db4objects
.Db4o .CS-2010 .dll - Namespace
- Db4objects
.Db4o .CS .Config - Implementing Types
graph BT
Type["INetworkingConfiguration"]
class Type type-node
Implementing0["NetworkingConfigurationImpl"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Internal.Config/NetworkingConfigurationImpl"
Syntax
public interface INetworkingConfiguration
Remarks
Configuration interface for networking configuration settings.
The network settings should be configured in exactly the same on the server and client.
The network settings should be configured in exactly the same on the server and client.
Properties
Name | Value | Summary |
---|---|---|
BatchMessages | bool |
Configures to batch messages between client and server.
|
ClientServerFactory | IClientServerFactory | |
MaxBatchQueueSize | int |
Configures the maximum memory buffer size for batched message.
|
MessageRecipient | IMessageRecipient |
sets the MessageRecipient to receive Client Server messages.
|
SingleThreadedClient | bool |
configures the client messaging system to be single threaded
or multithreaded.
|
SocketFactory | ISocket4Factory |