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