示例#1
0
 public async Task <bool> AddPeerAsync(string address)
 {
     return(await _peerPool.AddPeerAsync(address));
 }