C# Class FFImageLoading.DownloadInformation

Show file Open project: daniel-luberda/FFImageLoading

Public Methods

Method Description
DownloadInformation ( string url, string customCacheKey, string fileName, bool allowDiskCaching, System.TimeSpan cacheValidity ) : System

Method Details

DownloadInformation() public method

public DownloadInformation ( string url, string customCacheKey, string fileName, bool allowDiskCaching, System.TimeSpan cacheValidity ) : System
url string
customCacheKey string
fileName string
allowDiskCaching bool
cacheValidity System.TimeSpan
return System