HttpSessionState.IsSynchronized Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe).
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if access to the collection is synchronized (thread safe); otherwise, false.
Implements
ICollection.IsSynchronized
.NET Framework
Available since 1.1
Available since 1.1
Show: