richardschneider / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
158 stars 52 forks source link

How to get Peer Information? #65

Closed varshadqz closed 3 years ago

varshadqz commented 3 years ago

I am using this library to get ipfs information. Trying to get Peers information. I can get Peer Id using var peer_id = await ipfs.IdAsync(); but not able to get other information like Peer public key, Agent, UI, Addresses. How to get them?