3 references to ReadBytes
Microsoft.AspNetCore.Session (3)
DistributedSession.cs (3)
343
_sessionIdBytes =
ReadBytes
(content, IdByteCount);
348
var key = new EncodedKey(
ReadBytes
(content, keyLength));
350
_store.SetValue(key,
ReadBytes
(content, dataLength));