class ClientCollection { public string userIpadd { get; set; } public string userPcname { get; set; } public ClientCollection() { } }