using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HslCommunicationNetTestTool { public class ClassNetSettings { public string Guid { get; set; } public string IpAddress { get; set; } public string IpPort { get; set; } public string Token { get; set; } public string TimeOut { get; set; } } }