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