2 references to GetAsciiOrUTF8String
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\HttpSys\RequestProcessing\HeaderEncoding.cs (1)
20
header = new ReadOnlySpan<byte>(pBytes, byteCount).
GetAsciiOrUTF8String
(Encoding.UTF8);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\Http2cat\Http2Utilities.cs (1)
149
var headerValue = value.
GetAsciiOrUTF8String
(HeaderValueEncoding);