4 references to SingleValueAuthenticationParser
System.Net.Http (4)
System\Net\Http\Headers\AuthenticationHeaderValue.cs (2)
99
return (AuthenticationHeaderValue)GenericHeaderParser.
SingleValueAuthenticationParser
.ParseValue(
108
if (GenericHeaderParser.
SingleValueAuthenticationParser
.TryParseValue(input, null, ref index, out object? output))
System\Net\Http\Headers\KnownHeaders.cs (2)
33
public static readonly KnownHeader Authorization = new("Authorization", HttpHeaderType.Request | HttpHeaderType.NonTrailing, GenericHeaderParser.
SingleValueAuthenticationParser
, null, H2StaticTable.Authorization, H3StaticTable.Authorization);
72
public static readonly KnownHeader ProxyAuthorization = new("Proxy-Authorization", HttpHeaderType.Request | HttpHeaderType.NonTrailing, GenericHeaderParser.
SingleValueAuthenticationParser
, null, H2StaticTable.ProxyAuthorization);