aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/Net/HttpListenerContext.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2018-12-20 22:10:42 -0500
committerGitHub <noreply@github.com>2018-12-20 22:10:42 -0500
commite163fea9d9fed9f19e81999a7de45f3157db5b3e (patch)
treeca32a6ef76f6424ae5847ee2251ac37e90f35b68 /SocketHttpListener/Net/HttpListenerContext.cs
parenta8bce31a01225911b69f2c3b59a7397895f7b79b (diff)
parentb4bd4e3584fafe559345e47feb6f8e1d8c1ed699 (diff)
Merge pull request #248 from jellyfin/develop
Master 3.5.2-4
Diffstat (limited to 'SocketHttpListener/Net/HttpListenerContext.cs')
-rw-r--r--SocketHttpListener/Net/HttpListenerContext.cs6
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;