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)
39
public static readonly KnownHeader ContentLocation = new KnownHeader("Content-Location", HttpHeaderType.Content | HttpHeaderType.NonTrailing,
UriHeaderParser
.RelativeOrAbsoluteUriParser, null, H2StaticTable.ContentLocation);
64
public static readonly KnownHeader Location = new KnownHeader("Location", HttpHeaderType.Response | HttpHeaderType.NonTrailing,
UriHeaderParser
.RelativeOrAbsoluteUriParser, null, H2StaticTable.Location, H3StaticTable.Location);
75
public static readonly KnownHeader Referer = new KnownHeader("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 =