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