Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Contracts/ResponsePlugin.cs @ 1369

Last change on this file since 1369 was 1369, checked in by msteinbi, 15 years ago

Implementing Lifecycle Management (#453)

File size: 304 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Runtime.Serialization;
6
7namespace 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.