Beispiel #1
0
 public void SendPartOfFile(FilePartDto file)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void SendPartOfFile(FilePartDto file) => Task.Factory.StartNew(() => Array.Copy(file.Buffer, 0, userFile, file.StartIndex, file.Length));