Ejemplo n.º 1
0
 protected void Download(string url, string fileName)
 {
     _handler.Handle(() =>
     {
         _restfulClient = _restfulClient ?? new RestfulClient();
         return(_restfulClient.Download(url, fileName));
     });
 }