2 types derived from HttpHeaderParser
Microsoft.Net.Http.Headers (2)
BaseHeaderParser.cs (1)
8internal abstract class BaseHeaderParser<T> : HttpHeaderParser<T>
CookieHeaderParser.cs (1)
8internal sealed class CookieHeaderParser : HttpHeaderParser<CookieHeaderValue>
15 references to HttpHeaderParser
Microsoft.Net.Http.Headers (15)
CacheControlHeaderValue.cs (1)
82private static readonly HttpHeaderParser<CacheControlHeaderValue> Parser
ContentDispositionHeaderValue.cs (1)
43private static readonly HttpHeaderParser<ContentDispositionHeaderValue> Parser
ContentRangeHeaderValue.cs (1)
17private static readonly HttpHeaderParser<ContentRangeHeaderValue> Parser
EntityTagHeaderValue.cs (2)
17private static readonly HttpHeaderParser<EntityTagHeaderValue> SingleValueParser 23private static readonly HttpHeaderParser<EntityTagHeaderValue> MultipleValueParser
MediaTypeHeaderValue.cs (2)
30private static readonly HttpHeaderParser<MediaTypeHeaderValue> SingleValueParser 32private static readonly HttpHeaderParser<MediaTypeHeaderValue> MultipleValueParser
NameValueHeaderValue.cs (2)
20private static readonly HttpHeaderParser<NameValueHeaderValue> SingleValueParser 22internal static readonly HttpHeaderParser<NameValueHeaderValue> MultipleValueParser
RangeConditionHeaderValue.cs (1)
15private static readonly HttpHeaderParser<RangeConditionHeaderValue> Parser
RangeHeaderValue.cs (1)
20private static readonly HttpHeaderParser<RangeHeaderValue> Parser
SetCookieHeaderValue.cs (2)
38private static readonly HttpHeaderParser<SetCookieHeaderValue> SingleValueParser 40private static readonly HttpHeaderParser<SetCookieHeaderValue> MultipleValueParser
StringWithQualityHeaderValue.cs (2)
16private static readonly HttpHeaderParser<StringWithQualityHeaderValue> SingleValueParser 18private static readonly HttpHeaderParser<StringWithQualityHeaderValue> MultipleValueParser