source:
branches/Operator Architecture Refactoring/HeuristicLab.Hive.Client.Communication/ClientConsole/ConnectionContainer.cs
@
1842
Last change on this file since 1842 was 843, checked in by kgrading, 16 years ago | |
---|---|
File size: 302 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.Hive.Client.Communication.ClientConsole { |
7 | [Serializable] |
8 | public class ConnectionContainer { |
9 | public string IPAdress { get; set; } |
10 | public int Port { get; set; } |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.