mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 01:36:39 +00:00
Removed IsEof from SftpDataResponse.
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
public byte[] Data { get; private set; }
|
||||
|
||||
public bool IsEof { get; private set; }
|
||||
|
||||
public SftpDataResponse(uint protocolVersion)
|
||||
: base(protocolVersion)
|
||||
{
|
||||
@@ -21,11 +19,6 @@
|
||||
base.LoadData();
|
||||
|
||||
Data = ReadBinary();
|
||||
|
||||
if (!IsEndOfData)
|
||||
{
|
||||
IsEof = ReadBoolean();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user