HttpSessionStateWrapper::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that can be used to read all the session-state variable names in the current session.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections::IEnumerator^An enumerator that can iterate through the variable names in the session-state collection.
Implements
IEnumerable::GetEnumerator()
.NET Framework
Available since 3.5
Available since 3.5
Show: