From fee42e883c6052a8065c17be8fe650834605ad39 Mon Sep 17 00:00:00 2001 From: Erwin de Haan Date: Fri, 25 Jan 2019 23:38:25 +0100 Subject: Removed unnecessary unsafe keywords. --- SocketHttpListener/Net/HttpListenerContext.Managed.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SocketHttpListener/Net/HttpListenerContext.Managed.cs') diff --git a/SocketHttpListener/Net/HttpListenerContext.Managed.cs b/SocketHttpListener/Net/HttpListenerContext.Managed.cs index 29b0a7ae2..79742bf37 100644 --- a/SocketHttpListener/Net/HttpListenerContext.Managed.cs +++ b/SocketHttpListener/Net/HttpListenerContext.Managed.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.ComponentModel; using System.Security.Principal; using System.Text; @@ -7,7 +7,7 @@ using SocketHttpListener.Net.WebSockets; namespace SocketHttpListener.Net { - public sealed unsafe partial class HttpListenerContext + public sealed partial class HttpListenerContext { private HttpConnection _connection; -- cgit v1.2.3