diff options
Diffstat (limited to 'SocketHttpListener/Net/HttpListenerContext.cs')
| -rw-r--r-- | SocketHttpListener/Net/HttpListenerContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SocketHttpListener/Net/HttpListenerContext.cs b/SocketHttpListener/Net/HttpListenerContext.cs index 8045299c6..d84e2d1aa 100644 --- a/SocketHttpListener/Net/HttpListenerContext.cs +++ b/SocketHttpListener/Net/HttpListenerContext.cs @@ -6,7 +6,7 @@ using SocketHttpListener.Net.WebSockets; namespace SocketHttpListener.Net { - public sealed unsafe partial class HttpListenerContext + public sealed partial class HttpListenerContext { private HttpListenerResponse _response; private IPrincipal _user; |
