diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-15 19:53:09 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-16 00:49:18 +0100 |
| commit | 22093c9e8fe15691cca79795acc2616a8b7ec4ff (patch) | |
| tree | 56b40f8dd4d23ae244a7fc787affbe1ac817e899 /SocketHttpListener/Net/HttpListenerContext.cs | |
| parent | 336a4a2b8d728c32bd22404dfa16f1a80a3e9b15 (diff) | |
Removed some warnings
Diffstat (limited to 'SocketHttpListener/Net/HttpListenerContext.cs')
| -rw-r--r-- | SocketHttpListener/Net/HttpListenerContext.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/SocketHttpListener/Net/HttpListenerContext.cs b/SocketHttpListener/Net/HttpListenerContext.cs index f4679568a..b90f07567 100644 --- a/SocketHttpListener/Net/HttpListenerContext.cs +++ b/SocketHttpListener/Net/HttpListenerContext.cs @@ -1,19 +1,13 @@ using System; using System.Net; using System.Security.Principal; -using MediaBrowser.Model.Cryptography; -using MediaBrowser.Model.IO; -using MediaBrowser.Model.Logging; -using MediaBrowser.Model.Text; using SocketHttpListener.Net.WebSockets; -using SocketHttpListener.Primitives; using System.Threading.Tasks; namespace SocketHttpListener.Net { public sealed unsafe partial class HttpListenerContext { - internal HttpListener _listener; private HttpListenerResponse _response; private IPrincipal _user; |
