I have put Microsofts code <here> into a separate .cs file and call it from Form1 using the button below
private async void Button2_Click(object sender, EventArgs e)
{
Server.StartListening();
}
What would be the correct way to start the socket listener without the whole UI freezing