ISessionModel Methods |
The ISessionModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear | Removes all values and keys from the session-state collection. (Inherited from ISessionStateItemCollection.) |
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | ReadExternal |
Deserialize model using specified reader.
|
![]() | Remove | Deletes an item from the collection. (Inherited from ISessionStateItemCollection.) |
![]() | RemoveAt | Deletes an item at a specified index from the collection. (Inherited from ISessionStateItemCollection.) |
![]() | WriteExternal |
Serialize model using specified writer.
|