Пример #1
0
 public SetInformation2Request(byte[] buffer, int offset) : base(buffer, offset, false)
 {
     FID = LittleEndianConverter.ToUInt16(this.SMBParameters, 0);
     CreationDateTime   = SMB1Helper.ReadNullableSMBDateTime(this.SMBParameters, 2);
     LastAccessDateTime = SMB1Helper.ReadNullableSMBDateTime(this.SMBParameters, 6);
     LastWriteDateTime  = SMB1Helper.ReadNullableSMBDateTime(this.SMBParameters, 10);
 }