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