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

            handle = new HandleRef(this, h);
        }