Browse Source

Moved client helper classes to Helpers directory

Tal Aloni 7 years ago
parent
commit
84a8b486eb

SMBLibrary/Client/NTLMAuthenticationHelper.cs → SMBLibrary/Client/Helpers/NTLMAuthenticationHelper.cs


SMBLibrary/Client/ServerServiceHelper.cs → SMBLibrary/Client/Helpers/ServerServiceHelper.cs


+ 2 - 2
SMBLibrary/SMBLibrary.csproj

@@ -56,8 +56,8 @@
     <Compile Include="Authentication\NTLM\Structures\NTLMVersion.cs" />
     <Compile Include="Client\ConnectionState.cs" />
     <Compile Include="Client\Enums\AuthenticationMethod.cs" />
-    <Compile Include="Client\NTLMAuthenticationHelper.cs" />
-    <Compile Include="Client\ServerServiceHelper.cs" />
+    <Compile Include="Client\Helpers\NTLMAuthenticationHelper.cs" />
+    <Compile Include="Client\Helpers\ServerServiceHelper.cs" />
     <Compile Include="Client\SMB1Client.cs" />
     <Compile Include="Client\SMB1FileStore.cs" />
     <Compile Include="Enums\NTStatus.cs" />