3 references to Append
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
531HttpRequestHeaders.Append(name, value, checkForNewlineChars);
Internal\Http2\Http2Stream.cs (1)
720HttpRequestHeaders.Append(name, value, checkForNewlineChars: true);
Internal\Http3\Http3Stream.cs (1)
278HttpRequestHeaders.Append(name, value, checkForNewlineChars: true);