C# 클래스 Ipfs.Commands.IpfsBitSwap

상속: Ipfs.Json.IpfsCommand
파일 보기 프로젝트 열기: TrekDev/net-ipfs-api

공개 메소드들

메소드 설명
Stat ( ) : Task

Show some diagnostic information on the bitswap agent

Unwant ( string key ) : Task

Remove a given block from your wantlist

Wantlist ( string peer = null ) : Task

Show blocks currently on the wantlist Print out all blocks currently on the bitswap wantlist for the local peer

비공개 메소드들

메소드 설명
IpfsBitSwap ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : System

메소드 상세

Stat() 공개 메소드

Show some diagnostic information on the bitswap agent
public Stat ( ) : Task
리턴 Task

Unwant() 공개 메소드

Remove a given block from your wantlist
public Unwant ( string key ) : Task
key string key to remove from your wantlist
리턴 Task

Wantlist() 공개 메소드

Show blocks currently on the wantlist Print out all blocks currently on the bitswap wantlist for the local peer
public Wantlist ( string peer = null ) : Task
peer string specify which peer to show wantlist for (default self)
리턴 Task