using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.SpsDataCourier { public class ConnectionInfo { public string UserName { get; set; } public string Password { get; set; } public string AuthServiceBaseUrl { get; set; } public string AccountServiceBaseUrl { get; set; } public string AccountServiceRelativeUrl { get; set; } public string DeviceSN { get; set; } } }