9 references to GetHeaderEncodedBytes
Microsoft.AspNetCore.Server.HttpSys (9)
HttpSysListener.cs (2)
344
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
360
bytes = allocator.
GetHeaderEncodedBytes
(statusDescription, out bytesLength);
RequestProcessing\Response.cs (7)
321
var pReasonPhrase = allocator.
GetHeaderEncodedBytes
(reasonPhrase, out var pReasonPhraseLength);
549
bytes = allocator.
GetHeaderEncodedBytes
(headerName, out bytesLength);
555
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
564
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
594
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
643
var bytes = allocator.
GetHeaderEncodedBytes
(headerName, out var bytesLength);
649
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);