diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-01-30 16:55:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-30 16:55:07 +0100 |
| commit | d0f2b3a747a015789326793d7b5f480748815f9b (patch) | |
| tree | 15788fd4967e90039432b9036428b25200490ca8 /SocketHttpListener/Net/HttpListenerRequest.cs | |
| parent | 08b63a7c11d5db9126c48e644b090223f86f0eb8 (diff) | |
| parent | ffcf6bdd3aaad5068decf84b0400e433fdb8323c (diff) | |
Merge branch 'master' into startuptasks
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; |
