Pārlūkot izejas kodu

Updated documentation

Tal Aloni 8 gadi atpakaļ
vecāks
revīzija
3769af188b

+ 1 - 1
SMBLibrary/Readme.md

@@ -1,6 +1,6 @@
 About SMBLibrary:
 =================
-SMBLibrary is an open-source C# SMB 1.0/CIFS 1.0, SMB 2.0 and SMB 2.1 server implementation.  
+SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0 and SMB 2.1 server implementation.  
 SMBLibrary gives .NET developers an easy way to share a directory / file system / virtual file system, with any operating system that supports the SMB protocol.  
 SMBLibrary shares can be accessed from any Windows version since Windows NT 4.0.  
 

+ 1 - 1
SMBLibrary/Readme.txt

@@ -1,6 +1,6 @@
 About SMBLibrary:
 =================
-SMBLibrary is an open-source C# SMB 1.0/CIFS 1.0, SMB 2.0 and SMB 2.1 server implementation.
+SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0 and SMB 2.1 server implementation.
 SMBLibrary gives .NET developers an easy way to share a directory / file system / virtual file system, with any operating system that supports the SMB protocol.
 SMBLibrary shares can be accessed from any Windows version since Windows NT 4.0.
 

+ 1 - 1
SMBLibrary/SMB1/Commands/ReadAndXRequest.cs

@@ -31,7 +31,7 @@ namespace SMBLibrary.SMB1
         /// MaxCountHigh and the two unused bytes MUST be zero.
         /// When reading from a name pipe or I/O device, the field MUST be interpreted as Timeout.
         /// </summary>
-        public uint Timeout_or_MaxCountHigh; // CIFS 1.0: Timeout only
+        public uint Timeout_or_MaxCountHigh; // CIFS: Timeout only
         public ushort Remaining;
 
         public ReadAndXRequest() : base()