Ejemplo n.º 1
0
 public Sha1Hash(IntPtr h)
 {
     handle = new HandleRef(this, h);
 }
Ejemplo n.º 2
0
 public static extern IntPtr Session_FindTorrent(Sha1HashHandle handle);
Ejemplo n.º 3
0
        public Sha1Hash()
        {
            IntPtr h = Sha1Hash_Create();

            handle = new HandleRef(this, h);
        }