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

@@ -23,7 +23,7 @@ namespace SharpCifs.Util.Sharpen
{
public class SocketEx : Socket
{
private int _soTimeOut = -1;
private int _soTimeOut = -1;
public int SoTimeOut
{
@@ -46,9 +46,7 @@ namespace SharpCifs.Util.Sharpen
}
}
public SocketEx(AddressFamily addressFamily,
SocketType socketType,
ProtocolType protocolType)
public SocketEx(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType)
: base(addressFamily, socketType, protocolType)
{