aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.FileSystem/Network/ChunkDownloadRequest.cs
blob: caedad88b8c3bbe3f62b1963455c9b0c21c1cf1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.FileSystem.Network
{
    public class ChunkDownloadRequest
    {
        public String OperationId { get; set; }
        public long Position { get; set; }
        public long MaxChunkSize { get; set; } = 1024 * 10;
    }
}
class="w"> Downloads = new List<FSEDownload>(); } } public class FSEDownload { public String Name { get; set; } public String Version { get; set; } public String Date { get; set; } public String Comments { get; set; } public String Address { get; set; } } }