diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-08 15:48:30 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-08 15:48:30 -0400 |
| commit | ccb2dda358a54810d940c0c7ddceb255a82ae947 (patch) | |
| tree | 0a6a673390bb8f3e88fbe7f69e408f31c99d18ec /MediaBrowser.Controller/Net/IHttpServer.cs | |
| parent | 55c47e50fc261849c277cb65654d91a8c5a8e308 (diff) | |
connect to socket with access token
Diffstat (limited to 'MediaBrowser.Controller/Net/IHttpServer.cs')
| -rw-r--r-- | MediaBrowser.Controller/Net/IHttpServer.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Net/IHttpServer.cs b/MediaBrowser.Controller/Net/IHttpServer.cs index 315b48b83..37142af19 100644 --- a/MediaBrowser.Controller/Net/IHttpServer.cs +++ b/MediaBrowser.Controller/Net/IHttpServer.cs @@ -45,6 +45,11 @@ namespace MediaBrowser.Controller.Net event EventHandler<WebSocketConnectEventArgs> WebSocketConnected; /// <summary> + /// Occurs when [web socket connecting]. + /// </summary> + event EventHandler<WebSocketConnectingEventArgs> WebSocketConnecting; + + /// <summary> /// Inits this instance. /// </summary> void Init(IEnumerable<IRestfulService> services); |
