2 references to Cookie
System.Net.Http (2)
System\Net\Http\Headers\KnownHeaders.cs (1)
45
public static readonly KnownHeader Cookie = new KnownHeader("Cookie", HttpHeaderType.Custom, CookieHeaderParser.Parser, null, H2StaticTable.Cookie, H3StaticTable.
Cookie
);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
696
BufferLiteralHeaderWithStaticNameReference(H3StaticTable.
Cookie
, cookiesFromContainer, valueEncoding);