How to get download progress using UnityWebRequest to download Asset Bundle from server?

I still new using UnityWebRequest to download and load asset bundle from server container. The problem is the value for the download progress always 0. How can I get the value for download progres...