Example #1
0
 public static IObservable <HttpFetch <LocalFileContent> > DownloadTemp(this IHttpObservable query) =>
 query.Download(Path.GetTempFileName());