9 references to GetHeaderEncodedBytes
Microsoft.AspNetCore.Server.HttpSys (9)
HttpSysListener.cs (2)
334
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
349
bytes = allocator.
GetHeaderEncodedBytes
(statusDescription, out bytesLength);
RequestProcessing\Response.cs (7)
336
var pReasonPhrase = allocator.
GetHeaderEncodedBytes
(reasonPhrase, out var pReasonPhraseLength);
564
bytes = allocator.
GetHeaderEncodedBytes
(headerName, out bytesLength);
570
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
579
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
609
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
658
var bytes = allocator.
GetHeaderEncodedBytes
(headerName, out var bytesLength);
664
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);