Implemented interface member:
method
Set
Microsoft.AspNetCore.Http.ISession.Set(System.String, System.Byte[])
2 references to Set
Microsoft.AspNetCore.Session (2)
DistributedSession.cs (2)
50
/// A callback invoked during <see cref="
Set
(string, byte[])"/> to verify that modifying the session is currently valid.
51
/// If the callback returns <see langword="false"/>, <see cref="
Set
(string, byte[])"/> throws an <see cref="InvalidOperationException"/>.