9 references to GetHeaderEncodedBytes
Microsoft.AspNetCore.Server.HttpSys (9)
HttpSysListener.cs (2)
334bytes = allocator.GetHeaderEncodedBytes(headerValue, out bytesLength); 349bytes = allocator.GetHeaderEncodedBytes(statusDescription, out bytesLength);
RequestProcessing\Response.cs (7)
336var pReasonPhrase = allocator.GetHeaderEncodedBytes(reasonPhrase, out var pReasonPhraseLength); 564bytes = allocator.GetHeaderEncodedBytes(headerName, out bytesLength); 570bytes = allocator.GetHeaderEncodedBytes(headerValue, out bytesLength); 579bytes = allocator.GetHeaderEncodedBytes(headerValue, out bytesLength); 609bytes = allocator.GetHeaderEncodedBytes(headerValue, out bytesLength); 658var bytes = allocator.GetHeaderEncodedBytes(headerName, out var bytesLength); 664bytes = allocator.GetHeaderEncodedBytes(headerValue, out bytesLength);