Changeset 2305
- Timestamp:
- 6/25/2011 3:25:00 PM (2 years ago)
- File:
-
- 1 edited
-
branches/eraser6/6.0/Eraser/UpdateForm.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser/UpdateForm.cs
r1677 r2305 548 548 responseBuffer.AddRange(tmpDest); 549 549 550 //Skip the progress report if the server did not specify how long the 551 //response is, such as when using chunked transfers 552 if (resp.ContentLength == -1) 553 continue; 554 550 555 float progress = responseBuffer.Count / (float)resp.ContentLength; 551 556 OnProgress(new ProgressEventArgs(progress, progress, null,
Note: See TracChangeset
for help on using the changeset viewer.
