hello, i want to show the client's ip and machine name in ListView. Please help.

i also created code the collection for the listview collection
Code:
class ClientCollection
    {
        
        public string userIpadd { get; set; }
        public string userPcname { get; set; }

        public ClientCollection()
        {
        }
    }
...