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/HttpListenerResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SocketHttpListener/Net/HttpListenerResponse.cs') diff --git a/SocketHttpListener/Net/HttpListenerResponse.cs b/SocketHttpListener/Net/HttpListenerResponse.cs index a32aca043..66ef88564 100644 --- a/SocketHttpListener/Net/HttpListenerResponse.cs +++ b/SocketHttpListener/Net/HttpListenerResponse.cs @@ -5,7 +5,7 @@ using System.Text; namespace SocketHttpListener.Net { - public sealed unsafe partial class HttpListenerResponse : IDisposable + public sealed partial class HttpListenerResponse : IDisposable { private BoundaryType _boundaryType = BoundaryType.None; private CookieCollection _cookies; -- cgit v1.2.3