Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Communication/ClientConsole/ConnectionContainer.cs @ 843

Last change on this file since 843 was 843, checked in by kgrading, 15 years ago

worked on #401

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