void UdpHandler() { IPEndPoint _toEndPoint = new IPEndPoint(IPAddress.Any, 0); byte[] data = _myUdpClient.Receive(ref _toEndPoint); ts_dt = InfoAnalyze.GetPlayerListData(data); }