1 instantiation of UriHeaderParser
System.Net.Http (1)
System\Net\Http\Headers\UriHeaderParser.cs (1)
18
new
UriHeaderParser
(UriKind.RelativeOrAbsolute);
4 references to UriHeaderParser
System.Net.Http (4)
System\Net\Http\Headers\KnownHeaders.cs (3)
40
public static readonly KnownHeader ContentLocation = new("Content-Location", HttpHeaderType.Content | HttpHeaderType.NonTrailing,
UriHeaderParser
.RelativeOrAbsoluteUriParser, null, H2StaticTable.ContentLocation);
66
public static readonly KnownHeader Location = new("Location", HttpHeaderType.Response | HttpHeaderType.NonTrailing,
UriHeaderParser
.RelativeOrAbsoluteUriParser, null, H2StaticTable.Location, H3StaticTable.Location);
77
public static readonly KnownHeader Referer = new("Referer", HttpHeaderType.Request,
UriHeaderParser
.RelativeOrAbsoluteUriParser, null, H2StaticTable.Referer, H3StaticTable.Referer); // NB: The spelling-mistake "Referer" for "Referrer" must be matched.
System\Net\Http\Headers\UriHeaderParser.cs (1)
17
internal static readonly
UriHeaderParser
RelativeOrAbsoluteUriParser =