diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-25 23:38:25 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-01-27 09:26:10 +0100 |
| commit | fee42e883c6052a8065c17be8fe650834605ad39 (patch) | |
| tree | 603e98067d4040acefac8f50594bff7bf713a8fa /SocketHttpListener/Net/HttpListenerRequest.cs | |
| parent | 50279be68696d2470975b600013a73e8ebbae68e (diff) | |
Removed unnecessary unsafe keywords.
Diffstat (limited to 'SocketHttpListener/Net/HttpListenerRequest.cs')
| -rw-r--r-- | SocketHttpListener/Net/HttpListenerRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SocketHttpListener/Net/HttpListenerRequest.cs b/SocketHttpListener/Net/HttpListenerRequest.cs index 4924a7fa8..faeca78b2 100644 --- a/SocketHttpListener/Net/HttpListenerRequest.cs +++ b/SocketHttpListener/Net/HttpListenerRequest.cs @@ -8,7 +8,7 @@ using SocketHttpListener.Net.WebSockets; namespace SocketHttpListener.Net { - public sealed unsafe partial class HttpListenerRequest + public sealed partial class HttpListenerRequest { private CookieCollection _cookies; private bool? _keepAlive; |
