update sharpcifs

This commit is contained in:
Luke Pulverenti
2017-07-07 23:12:21 -04:00
parent a30e22c3a2
commit 0d10dfe471
221 changed files with 23704 additions and 25614 deletions

View File

@@ -3,15 +3,15 @@ using System.IO;
namespace SharpCifs.Util.Sharpen
{
public class NetworkStream : Stream
public class NetworkStream : Stream
{
SocketEx _socket;
public NetworkStream(SocketEx socket)
{
_socket = socket;
}
public override bool CanRead
{
get { throw new NotImplementedException(); }
@@ -29,7 +29,7 @@ namespace SharpCifs.Util.Sharpen
public override void Flush()
{
// throw new NotImplementedException();
// throw new NotImplementedException();
}
public override long Length