Example #1
0
 public UploadChunkedProgressInfo(UploadChunkedProgressStage stage, long bytesSent, long totalBytesToSend, int processingProgressPercent)
 {
     this.Stage                     = stage;
     this.BytesSent                 = bytesSent;
     this.TotalBytesToSend          = totalBytesToSend;
     this.ProcessingProgressPercent = processingProgressPercent;
 }
Example #2
0
 public UploadChunkedProgressInfo(UploadChunkedProgressStage stage, long bytesSent, long totalBytesToSend, int processingProgressPercent)
 {
     this.Stage = stage;
     this.BytesSent = bytesSent;
     this.TotalBytesToSend = totalBytesToSend;
     this.ProcessingProgressPercent = processingProgressPercent;
 }