IHttpSessionState.CopyTo Method
.NET Framework 3.0
Copies the collection of session-state item values to a one-dimensional array, starting at the specified index in the array.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example implements the CopyTo method of the IHttpSessionState interface to copy session-state item values to an array.
Community Additions
ADD
Show: