diff options
| author | Claus Vium <clausvium@gmail.com> | 2020-09-03 11:32:22 +0200 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2020-09-03 11:32:22 +0200 |
| commit | 571d0570f5560bde79d21c33173742f6a31e24cf (patch) | |
| tree | 7e88d0627175556948e25bcb80ca6c92583eb7f7 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 6ff372a550383fdc81a895b5447dee7713ffbc6f (diff) | |
Kill HttpListenerHost
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 39b896c0f..d482c19d9 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -117,8 +117,7 @@ namespace MediaBrowser.Controller IEnumerable<WakeOnLanInfo> GetWakeOnLanInfo(); string ExpandVirtualPath(string path); - string ReverseVirtualPath(string path); - Task ExecuteHttpHandlerAsync(HttpContext context, Func<Task> next); + string ReverseVirtualPath(string path); } } |
