This documentation is archived and is not being maintained.
HttpSessionState.CopyTo Method
.NET Framework 1.1
Copies the collection of session-state values to a one-dimensional array, starting at the specified index in the array.
[Visual Basic] Public Overridable Sub CopyTo( _ ByVal array As Array, _ ByVal index As Integer _ ) Implements ICollection.CopyTo [C#] public virtual void CopyTo( Array array, int index ); [C++] public: virtual void CopyTo( Array* array, int index ); [JScript] public function CopyTo( array : Array, index : int );
Parameters
- array
- The Array that receives the session values.
- index
- The index in array where copying starts.
Implements
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpSessionState Class | HttpSessionState Members | System.Web.SessionState Namespace
Show: