Get host data when your the host?

Hey everybody, this is probably a pretty common issue but I didn’t know what to search for so I decided to ask here. Anyway, I’m wondering how you get the host data from a server you just initialized. For example after I use the code

Network.InitializeServer(2, 25002, false);
MasterServer.RegisterHost(GameID, “ORR TEST”, “Test”);

what goes next so I can then get the host data?

I found that post from Iarus: