HttpSessionStateBase.IsSynchronized Property
.NET Framework (current version)
When overridden in a derived class, gets a value that indicates 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| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: