public string Testsend(IPEndPoint remote, String data) { return(RTPUDPClient.MySend(remote.Address.ToString(), remote.Port, data)); }