A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://richardschneider.github.io/net-ipfs-core/api/Ipfs.CoreApi.IDnsApi.html below:

Interface IDnsApi

DNS mapping to IPFS.

Namespace: Ipfs.CoreApi Assembly: Ipfs.Core.dll Syntax Methods | Improve this Doc View Source ResolveAsync(String, Boolean, CancellationToken)

Resolve a domain name to an IPFS path.

Declaration
Task<string> ResolveAsync(string name, bool recursive = false, CancellationToken cancel = default(CancellationToken))
Parameters Returns Type Description Task<String>

A task that represents the asynchronous operation. The task's value is the resolved IPFS path as a String, such as /ipfs/QmYNQJoKGNHTpPxCBPh9KkDpaExgd2duMa3aF6ytMpHdao.

Examples

ResolveAsync("ipfs.io", recursive: false) produces "/ipns/website.ipfs.io". Whereas, ResolveAsync("ipfs.io", recursive: true) produces "/ipfs/QmXZz6vQTMiu6UyGxVgpLB6xJdHvvUbhdWagJQNnxXAjpn".


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4