2 references to MultipleValueAuthenticationParser
System.Net.Http (2)
System\Net\Http\Headers\KnownHeaders.cs (2)
69
public static readonly KnownHeader ProxyAuthenticate = new KnownHeader("Proxy-Authenticate", HttpHeaderType.Response | HttpHeaderType.NonTrailing, GenericHeaderParser.
MultipleValueAuthenticationParser
, null, H2StaticTable.ProxyAuthenticate);
98
public static readonly KnownHeader WWWAuthenticate = new KnownHeader("WWW-Authenticate", HttpHeaderType.Response | HttpHeaderType.NonTrailing, GenericHeaderParser.
MultipleValueAuthenticationParser
, null, H2StaticTable.WwwAuthenticate);