1 instantiation of UriHeaderParser
System.Net.Http (1)
System\Net\Http\Headers\UriHeaderParser.cs (1)
18new UriHeaderParser(UriKind.RelativeOrAbsolute);
4 references to UriHeaderParser
System.Net.Http (4)
System\Net\Http\Headers\KnownHeaders.cs (3)
39public static readonly KnownHeader ContentLocation = new KnownHeader("Content-Location", HttpHeaderType.Content | HttpHeaderType.NonTrailing, UriHeaderParser.RelativeOrAbsoluteUriParser, null, H2StaticTable.ContentLocation); 64public static readonly KnownHeader Location = new KnownHeader("Location", HttpHeaderType.Response | HttpHeaderType.NonTrailing, UriHeaderParser.RelativeOrAbsoluteUriParser, null, H2StaticTable.Location, H3StaticTable.Location); 75public 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)
17internal static readonly UriHeaderParser RelativeOrAbsoluteUriParser =