From ef6b90b8e6e6c317fcda85a392c79324f91250db Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Oct 2016 15:02:04 -0400 Subject: make controller project portable --- MediaBrowser.Controller/Net/IAsyncStreamSource.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 MediaBrowser.Controller/Net/IAsyncStreamSource.cs (limited to 'MediaBrowser.Controller/Net/IAsyncStreamSource.cs') diff --git a/MediaBrowser.Controller/Net/IAsyncStreamSource.cs b/MediaBrowser.Controller/Net/IAsyncStreamSource.cs deleted file mode 100644 index 7188ca973..000000000 --- a/MediaBrowser.Controller/Net/IAsyncStreamSource.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.IO; -using System.Threading.Tasks; - -namespace MediaBrowser.Controller.Net -{ - /// - /// Interface IAsyncStreamSource - /// Enables asynchronous writing to http resonse streams - /// - public interface IAsyncStreamSource - { - /// - /// Asynchronously write to the response stream. - /// - Task WriteToAsync(Stream responseStream); - } -} -- cgit v1.2.3