diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2020-05-14 21:16:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-14 21:16:43 +0000 |
| commit | 87c63e668cd93f612bf3df6c8c23796d410cfa34 (patch) | |
| tree | d3fa273fff752004bc631bad82ced088f6e4e668 /Emby.Server.Implementations/Net/WebSocketConnectEventArgs.cs | |
| parent | b94afc597c4d51f67552c9ba2c25bdb8df6d8599 (diff) | |
| parent | 5ce008e02f0500c5d0298067fa401a740742e3f0 (diff) | |
Merge branch 'master' into activitydb-efcore
Diffstat (limited to 'Emby.Server.Implementations/Net/WebSocketConnectEventArgs.cs')
| -rw-r--r-- | Emby.Server.Implementations/Net/WebSocketConnectEventArgs.cs | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Emby.Server.Implementations/Net/WebSocketConnectEventArgs.cs b/Emby.Server.Implementations/Net/WebSocketConnectEventArgs.cs deleted file mode 100644 index 6880766f9..000000000 --- a/Emby.Server.Implementations/Net/WebSocketConnectEventArgs.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using Microsoft.AspNetCore.Http; - -namespace Emby.Server.Implementations.Net -{ - public class WebSocketConnectEventArgs : EventArgs - { - /// <summary> - /// Gets or sets the URL. - /// </summary> - /// <value>The URL.</value> - public string Url { get; set; } - /// <summary> - /// Gets or sets the query string. - /// </summary> - /// <value>The query string.</value> - public IQueryCollection QueryString { get; set; } - /// <summary> - /// Gets or sets the web socket. - /// </summary> - /// <value>The web socket.</value> - public IWebSocket WebSocket { get; set; } - /// <summary> - /// Gets or sets the endpoint. - /// </summary> - /// <value>The endpoint.</value> - public string Endpoint { get; set; } - } -} |
