1 write to Value
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\runtime\Http2\Hpack\HeaderField.cs (1)
28
Value
= value.ToArray();
4 references to Value
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2Connection.cs (1)
1551
OnHeaderCore(HeaderType.Static, index, entry.Name, entry.
Value
);
src\Shared\runtime\Http2\Hpack\HeaderField.cs (2)
37
public int Length => GetLength(Name.Length,
Value
.Length);
45
return Encoding.Latin1.GetString(Name) + ": " + Encoding.Latin1.GetString(
Value
);
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
551
handler.OnDynamicIndexedHeader(header.StaticTableIndex, header.Name, header.
Value
);