public static async Task <ExifRet> CallAsync(string url) { CallRet callRet = await FileOpClient.GetAsync(url); return(new ExifRet(callRet)); }
public static ImageInfoRet Call(string url) { CallRet callRet = FileOpClient.Get(url); return(new ImageInfoRet(callRet)); }
public static ExifRet Call(string url) { CallRet callRet = FileOpClient.Get(url); return(new ExifRet(callRet)); }
public async static Task <ImageInfoRet> Call(string url) { CallRet callRet = await FileOpClient.Get(url); return(new ImageInfoRet(callRet)); }