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