source:
trunk/sources/HeuristicLab.Hive.Contracts/ResponsePlugin.cs
@
1434
Last change on this file since 1434 was 1369, checked in by msteinbi, 16 years ago | |
---|---|
File size: 304 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using System.Runtime.Serialization; |
6 | |
7 | namespace HeuristicLab.Hive.Contracts { |
8 | |
9 | [DataContract] |
10 | public class ResponsePlugin : Response { |
11 | [DataMember] |
12 | public byte[] Plugins { get; set; } |
13 | } |
14 | } |
Note: See TracBrowser
for help on using the repository browser.