HttpSessionStateContainer::IsSynchronized Property
.NET Framework (current version)
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::BooleanAlways false, because thread-safe HttpSessionStateContainer objects are not supported.
Implements
IHttpSessionState::IsSynchronizedApplication code does not normally use this property.
.NET Framework
Available since 2.0
Available since 2.0
Show: