Refactor the TorWebClient

This commit is contained in:
2024-03-12 12:20:53 -04:00
parent 076ab7b887
commit bcc56a1e73
34 changed files with 351 additions and 139 deletions

View File

@@ -104,6 +104,7 @@
<Compile Include="Events\Events\LogEvent.cs" />
<Compile Include="Events\Events\ORConnectionEvent.cs" />
<Compile Include="Events\Events\StreamEvent.cs" />
<Compile Include="Extensions\Extensions.cs" />
<Compile Include="IO\Socks5Stream.cs" />
<Compile Include="Logging\Logging.cs" />
<Compile Include="ORConnections\Enumerators\ORReason.cs" />
@@ -123,6 +124,7 @@
<Compile Include="Streams\Enumerators\StreamReason.cs" />
<Compile Include="Streams\Enumerators\StreamStatus.cs" />
<Compile Include="Streams\Stream.cs" />
<Compile Include="Utility\Profiler.cs" />
<Compile Include="Utility\Utility.cs" />
</ItemGroup>
<ItemGroup>