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.IGenericApi.html below:

Interface IGenericApi

Some miscellaneous methods.

Namespace: Ipfs.CoreApi Assembly: Ipfs.Core.dll Syntax
public interface IGenericApi
Methods | Improve this Doc View Source IdAsync(MultiHash, CancellationToken)

Information about an IPFS peer.

Declaration
Task<Peer> IdAsync(MultiHash peer = null, CancellationToken cancel = default(CancellationToken))
Parameters Returns Type Description Task<Peer>

A task that represents the asynchronous operation. The task's value is the Peer information.

| Improve this Doc View Source Ping(MultiAddress, Int32, CancellationToken)

Send echo requests to a peer.

Declaration
IAsyncEnumerable<PingResult> Ping(MultiAddress address, int count = 10, CancellationToken cancel = default(CancellationToken))
Parameters Returns | Improve this Doc View Source Ping(MultiHash, Int32, CancellationToken)

Send echo requests to a peer.

Declaration
IAsyncEnumerable<PingResult> Ping(MultiHash peer, int count = 10, CancellationToken cancel = default(CancellationToken))
Parameters Returns | Improve this Doc View Source PingAsync(MultiAddress, Int32, CancellationToken)

Send echo requests to a peer.

Declaration
Task<IEnumerable<PingResult>> PingAsync(MultiAddress address, int count = 10, CancellationToken cancel = default(CancellationToken))
Parameters Returns | Improve this Doc View Source PingAsync(MultiHash, Int32, CancellationToken)

Send echo requests to a peer.

Declaration
Task<IEnumerable<PingResult>> PingAsync(MultiHash peer, int count = 10, CancellationToken cancel = default(CancellationToken))
Parameters Returns | Improve this Doc View Source ResolveAsync(String, Boolean, CancellationToken)

Resolve a name.

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

A task that represents the asynchronous operation. The task's value is the resolved path as a String.

| Improve this Doc View Source ShutdownAsync()

Stop the IPFS peer.

Declaration Returns Type Description Task

A task that represents the asynchronous operation.

| Improve this Doc View Source VersionAsync(CancellationToken)

Get the version information.

Declaration
Task<Dictionary<string, string>> VersionAsync(CancellationToken cancel = default(CancellationToken))
Parameters Returns See Also

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