3 references to Allow
System.Net.Http (3)
System\Net\Http\Headers\HttpContentHeaders.cs (1)
18
_allow ??= new HttpHeaderValueCollection<string>(KnownHeaders.
Allow
.Descriptor, this);
System\Net\Http\Headers\KnownHeaders.cs (1)
197
case 'a': return
Allow
; // [A]llow
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
511
(KnownHeaders.
Allow
.Descriptor, Array.Empty<byte>()),