aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/App_Start/RouteConfig.cs
blob: 33fa703a8009de03a182c8fdd9cd4b0cbed29a8e (plain)
1
2
3
4
5
6
7
8
9
10
<
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.FileSystem.Network
{
    public class ChunkDownloadResponse
    {
        public byte[] Data { get; set; }
    }
}