- 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/HttpListener.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; … … 55 58 } 56 59 60 #if !UNITY_NETFRAMEWORK 57 61 [DisallowNull] 62 #endif 58 63 public ExtendedProtectionSelector? ExtendedProtectionSelectorDelegate 59 64 {
Note:
See TracChangeset
for help on using the changeset viewer.