Some miscellaneous methods.
Namespace: Ipfs.CoreApi Assembly: Ipfs.Core.dll Syntaxpublic interface IGenericApi
Methods | Improve this Doc View Source IdAsync(MultiHash, CancellationToken)
Information about an IPFS peer.
DeclarationTask<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.
DeclarationIAsyncEnumerable<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.
DeclarationIAsyncEnumerable<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.
DeclarationTask<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.
DeclarationTask<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.
DeclarationTask<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 TaskA task that represents the asynchronous operation.
| Improve this Doc View Source VersionAsync(CancellationToken)Get the version information.
DeclarationTask<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