Changeset 377 for binary-improvements2/SpaceWizards.HttpListener/src/System/Net/HttpListenerContext.cs
- Timestamp:
- Aug 1, 2022, 12:26:44 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/SpaceWizards.HttpListener/src/System/Net/HttpListenerContext.cs
r376 r377 1 1 // Licensed to the .NET Foundation under one or more agreements. 2 2 // The .NET Foundation licenses this file to you under the MIT license. 3 4 // ReSharper disable RedundantUsingDirective 5 // ReSharper disable RedundantUnsafeContext 3 6 4 7 using System; … … 38 41 } 39 42 43 #if !UNITY_NETFRAMEWORK 40 44 public Task<WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string? subProtocol) 41 45 { … … 47 51 return AcceptWebSocketAsync(subProtocol, HttpWebSocket.DefaultReceiveBufferSize, keepAliveInterval); 48 52 } 53 #endif 49 54 } 50 55 }
Note:
See TracChangeset
for help on using the changeset viewer.