9 references to GetHeaderEncodedBytes
Microsoft.AspNetCore.Server.HttpSys (9)
HttpSysListener.cs (2)
343
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
359
bytes = allocator.
GetHeaderEncodedBytes
(statusDescription, out bytesLength);
RequestProcessing\Response.cs (7)
320
var pReasonPhrase = allocator.
GetHeaderEncodedBytes
(reasonPhrase, out var pReasonPhraseLength);
548
bytes = allocator.
GetHeaderEncodedBytes
(headerName, out bytesLength);
554
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
563
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
593
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
642
var bytes = allocator.
GetHeaderEncodedBytes
(headerName, out var bytesLength);
648
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);