C# Class Ipfs.Commands.IpfsTour

Inheritance: Ipfs.Json.IpfsCommand
Afficher le fichier Open project: TrekDev/net-ipfs-api

Méthodes publiques

Méthode Description
List ( ) : Task

Show a list of IPFS Tour topics

Next ( ) : Task

Show the next IPFS Tour topic

Restart ( ) : System.Threading.Tasks.Task

Restart the IPFS Tour

Private Methods

Méthode Description
IpfsTour ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : System

Method Details

List() public méthode

Show a list of IPFS Tour topics
public List ( ) : Task
Résultat Task

Next() public méthode

Show the next IPFS Tour topic
public Next ( ) : Task
Résultat Task

Restart() public méthode

Restart the IPFS Tour
public Restart ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task