Class IpfsEngineOptions
Configuration options for the IpfsEngine.
Inherited Members
Namespace: Ipfs.Engine
Assembly: Ipfs.Engine.dll
Syntax
public class IpfsEngineOptions
Properties
| Improve this Doc View SourceBlock
Block options.
Declaration
public BlockOptions Block { get; set; }
Property Value
Type | Description |
---|---|
BlockOptions |
Discovery
Discovery options.
Declaration
public DiscoveryOptions Discovery { get; set; }
Property Value
Type | Description |
---|---|
DiscoveryOptions |
Dns
Provides access to the Domain Name System.
Declaration
public IDnsClient Dns { get; set; }
Property Value
Type | Description |
---|---|
IDnsClient | Defaults to DotClient, DNS over TLS. |
KeyChain
KeyChain options.
Declaration
public KeyChainOptions KeyChain { get; set; }
Property Value
Type | Description |
---|---|
KeyChainOptions |
Repository
Repository options.
Declaration
public RepositoryOptions Repository { get; set; }
Property Value
Type | Description |
---|---|
RepositoryOptions |
Swarm
Swarm (network) options.
Declaration
public SwarmOptions Swarm { get; set; }
Property Value
Type | Description |
---|---|
SwarmOptions |