2 references to ProductInfoHeaderParser
System.Net.Http (2)
System\Net\Http\Headers\ProductInfoHeaderParser.cs (2)
16
internal static readonly ProductInfoHeaderParser SingleValueParser = new
ProductInfoHeaderParser
(false);
17
internal static readonly ProductInfoHeaderParser MultipleValueParser = new
ProductInfoHeaderParser
(true);