Changeset 377 for binary-improvements2/SpaceWizards.HttpListener/src/System/Net/WebHeaderEncoding.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/WebHeaderEncoding.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 3 5 4 6 using System.Diagnostics; … … 14 16 internal static class WebHeaderEncoding 15 17 { 18 19 #if !UNITY_NETFRAMEWORK 16 20 internal static unsafe string GetString(byte[] bytes, int byteIndex, int byteCount) 17 21 { … … 53 57 }); 54 58 } 55 59 #endif 60 56 61 internal static int GetByteCount(string myString) => myString.Length; 57 62
Note:
See TracChangeset
for help on using the changeset viewer.