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