aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Transport/Web/IWebFileDownloader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Transport/Web/IWebFileDownloader.cs')
-rw-r--r--Software/Visual_Studio/Tango.Transport/Web/IWebFileDownloader.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/Web/IWebFileDownloader.cs b/Software/Visual_Studio/Tango.Transport/Web/IWebFileDownloader.cs
deleted file mode 100644
index 2f65553d5..000000000
--- a/Software/Visual_Studio/Tango.Transport/Web/IWebFileDownloader.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Tango.Transport.Web
-{
- public interface IWebFileDownloader : IDisposable
- {
- event EventHandler<WebFileDownloaderProgressEventArgs> Progress;
- Task Download();
- Task<long> GetFileSize();
- }
-}