9 references to GetHeaderEncodedBytes
Microsoft.AspNetCore.Server.HttpSys (9)
HttpSysListener.cs (2)
340
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
356
bytes = allocator.
GetHeaderEncodedBytes
(statusDescription, out bytesLength);
RequestProcessing\Response.cs (7)
318
var pReasonPhrase = allocator.
GetHeaderEncodedBytes
(reasonPhrase, out var pReasonPhraseLength);
546
bytes = allocator.
GetHeaderEncodedBytes
(headerName, out bytesLength);
552
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
561
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
591
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);
640
var bytes = allocator.
GetHeaderEncodedBytes
(headerName, out var bytesLength);
646
bytes = allocator.
GetHeaderEncodedBytes
(headerValue, out bytesLength);