Back to product page

WeOnlyDo.Server.WebSessions


Holds collection of all Sessions on the server.


Properties
CountReturns the number of session objects in the collection.
ItemReturns the session object at the specified index.
Methods
ClearRemoves all Session objects from collection.
ContainsDetermines whether the collection contains a specific value.
IndexOfDetermines the index of a specific Session in the collection.
RemoveRemoves the first occurrence of a specific Session object from the collection.
RemoveAtRemoves the Session object at specific index from the collection.

Remarks

This object holds collection of all the sessions currently on Server. You can use it to add new, check if some already exists, remove existing etc.

Platforms

Windows