HttpSessionStateWrapper::GetEnumerator Method ()

 

Returns an enumerator that can be used to read all the session-state variable names in the current session.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual IEnumerator^ GetEnumerator() override

Return Value

Type: System.Collections::IEnumerator^

An enumerator that can iterate through the variable names in the session-state collection.

.NET Framework
Available since 3.5
Return to top
Show: