namespace Rdh.SocketServer.Client.Models { public class TcpServiceInfo { public string ServerName { get; set; } public int Port { get; set; } } }