blob: b6a974084102a2a3dff7e52394c4b8679529080b (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 47 49 46 38 39 61 20 03 58 02 f7 00 00 01 02 03 0a 0b 0c 0e 11 13 12 14 15 14 17 19 16 1a 1b 1a | GIF89a..X....................... |
| 0020 | 1c 1e 17 18 17 0e 0e 10 1d 20 1f 1c 1e 21 1e 21 23 22 24 25 24 26 29 26 29 2b 29 2b 2d 27 29 26 | <using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.FileSystem.Network
{
public class AbortOperationRequest
{
public String OperationId { get; set; }
}
}