Welcome to BTSharp Community Server Sign in | Join | Help

February 2007 - Posts

If you'd like to check out BTSharp and the associated Intellisense, you can find the download at http://btsharp.com/Download.aspx . You can create a free 30-day evaluation BTSharp account at https://btsharp.com/billing/shop_main.aspx . Happy Downloading Read More...
Creating a .torrent file with BTSharp 2.0 This will create a .torrent file that describes myfile.mp3. private string myContentProviderId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ; string file = @"c:\myfile.mp3" ; ShareInfo shareInfo Read More...