We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5791e15 commit e23597aCopy full SHA for e23597a
README.md
@@ -23,7 +23,7 @@ var torDirectory = "C:\\Users\\CHANGE_ME\\Documents\\tor";
23
// support 64 bit tor on 64 bit os (optional)
24
var is32Bit = !Environment.Is64BitOperatingSystem;
25
26
-var tor = new Tor(torDirectory, is32Bit);
+var tor = new Tor4NET.Tor(torDirectory, is32Bit);
27
28
// install updates if available
29
if (tor.CheckForUpdates().Result)
0 commit comments