Using HttpClient and HttpWebRequest to download binary content from the files.
This extension provide 2 server actions to get binary data by URL.
GetBinaryDataUsingHttpClient - Using HttpClient c# method to get data from url
GetBinaryDataUsingHttpWebRequest - Using HttpWebRequest c# class to get data from url