'How to get username of another server's admin, with given ServerResponse object?

I'm making a simple server search function where players enter their username and either host a server or join a specific server from a server list. I can successfully list all servers on a local area network by getting their IP addresses with ServerResponse object. What I want is to show host's username, instead of IP number (Or any other values owned by server client when needed, without actually joining the server). Anyone has any idea how can I achieve this? Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source