4 references to ContentLocation
System.Net.Http (4)
System\Net\Http\Headers\HttpContentHeaders.cs (2)
75get { return (Uri?)GetSingleParsedValue(KnownHeaders.ContentLocation.Descriptor); } 76set { SetOrRemoveParsedValue(KnownHeaders.ContentLocation.Descriptor, value); }
System\Net\Http\Headers\KnownHeaders.cs (1)
324case 'a': return ContentLocation; // Content-Loc[a]tion
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
518(KnownHeaders.ContentLocation.Descriptor, Array.Empty<byte>()),