Implemented interface member:
property
IsAvailable
Microsoft.AspNetCore.Http.ISession.IsAvailable
2 references to IsAvailable
Microsoft.AspNetCore.Session (2)
DistributedSession.cs (2)
143if (IsAvailable) 428public bool IsAvailable => _session.IsAvailable;