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