Average File Transfer Speed
Just wondering if my math is correct here?
Where info.length is the file size in bytes
AverageMBps = (((info.Length / stopwatch.Elapsed.TotalSeconds) / 1024) / 1024);
Where info.length is the file size in bytes