public TorrentHandle FindTorrent(Sha1Hash hash) { return(new TorrentHandle(Session_FindTorrent(hash.GetHandle()))); }
public peer_alert(IntPtr alert) : base(alert) { pid = new Sha1Hash(Alert_PeerAlert_Pid_Get(handle)); }