aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationHost.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-05-14 18:49:44 +0300
committerGitHub <noreply@github.com>2020-05-14 18:49:44 +0300
commit5ce008e02f0500c5d0298067fa401a740742e3f0 (patch)
tree9217bb9d15df7f1a516afcbc2f531bbc35161a53 /MediaBrowser.Controller/IServerApplicationHost.cs
parent11dd96f6c715b0f701903e636f08ee910c9a08eb (diff)
parent2e09311a93cbf7b4d0629e058974a84e70c4b800 (diff)
Merge pull request #2162 from Bond-009/websocket
Rewrite WebSocket handling code
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationHost.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs
index db330210a..d1d6c74b8 100644
--- a/MediaBrowser.Controller/IServerApplicationHost.cs
+++ b/MediaBrowser.Controller/IServerApplicationHost.cs
@@ -116,7 +116,5 @@ namespace MediaBrowser.Controller
string ReverseVirtualPath(string path);
Task ExecuteHttpHandlerAsync(HttpContext context, Func<Task> next);
-
- Task ExecuteWebsocketHandlerAsync(HttpContext context, Func<Task> next);
}
}