Summary
A configuration provider that provides access to the
networking configuration methods.
- Assembly
- Db4objects
.Db4o .CS-2010 .dll - Namespace
- Db4objects
.Db4o .CS .Config - Implementing Types
graph BT
Type["INetworkingConfigurationProvider"]
class Type type-node
Implementing0["IServerConfiguration"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Config/IServerConfiguration"
Implementing1["ServerConfigurationImpl"]-.->Type
click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Internal.Config/ServerConfigurationImpl"
Implementing2["NetworkingConfigurationProviderImpl"]-.->Type
click Implementing2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Internal.Config/NetworkingConfigurationProviderImpl"
Implementing3["IClientConfiguration"]-.->Type
click Implementing3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Config/IClientConfiguration"
Implementing4["ClientConfigurationImpl"]-.->Type
click Implementing4 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Internal.Config/ClientConfigurationImpl"
Syntax
public interface INetworkingConfigurationProvider
Remarks
A configuration provider that provides access to the
networking configuration methods.
Properties
Name | Value | Summary |
---|---|---|
Networking | I |
Access to the networking configuration methods.
|