update sharpcifs

This commit is contained in:
Luke Pulverenti
2017-07-08 03:25:24 -04:00
parent a7187180bf
commit 71eb9f143f
220 changed files with 23703 additions and 25613 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)
{