2 references to UserAgent
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Shared\test\Shared.Tests\runtime\Http2\HPackDecoderTest.cs (2)
139
Assert.Equal(_userAgentString, _handler.DecodedStaticHeaders[H2StaticTable.
UserAgent
].Key);
140
Assert.Equal(_headerValueString, _handler.DecodedStaticHeaders[H2StaticTable.
UserAgent
].Value);