Show / Hide Table of Contents

Class IpfsEngineOptions

Configuration options for the IpfsEngine.

Inheritance
Object
IpfsEngineOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs.Engine
Assembly: Ipfs.Engine.dll
Syntax
public class IpfsEngineOptions

Properties

| Improve this Doc View Source

Block

Block options.

Declaration
public BlockOptions Block { get; set; }
Property Value
Type Description
BlockOptions
| Improve this Doc View Source

Discovery

Discovery options.

Declaration
public DiscoveryOptions Discovery { get; set; }
Property Value
Type Description
DiscoveryOptions
| Improve this Doc View Source

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.

| Improve this Doc View Source

KeyChain

KeyChain options.

Declaration
public KeyChainOptions KeyChain { get; set; }
Property Value
Type Description
KeyChainOptions
| Improve this Doc View Source

Repository

Repository options.

Declaration
public RepositoryOptions Repository { get; set; }
Property Value
Type Description
RepositoryOptions
| Improve this Doc View Source

Swarm

Swarm (network) options.

Declaration
public SwarmOptions Swarm { get; set; }
Property Value
Type Description
SwarmOptions

See Also

Options
  • Improve this Doc
  • View Source
Back to top Generated by DocFX