Browse Source

Moved SessionInformation

Tal Aloni 7 years ago
parent
commit
40d2ffda45

+ 1 - 1
SMBLibrary/SMBLibrary.csproj

@@ -222,8 +222,8 @@
     <Compile Include="Server\ConnectionState\SMB2Session.cs" />
     <Compile Include="Server\Enums\SMBDialect.cs" />
     <Compile Include="Server\Helpers\ServerPathUtils.cs" />
+    <Compile Include="Server\Information\SessionInformation.cs" />
     <Compile Include="Server\NameServer.cs" />
-    <Compile Include="Server\SessionInformation.cs" />
     <Compile Include="Server\Shares\AccessRequestArgs.cs" />
     <Compile Include="Server\Shares\Enums\CachingPolicy.cs" />
     <Compile Include="Server\Shares\FileSystemShare.cs" />

SMBLibrary/Server/SessionInformation.cs → SMBLibrary/Server/Information/SessionInformation.cs