WeOnlyDo.Server.WebSessions
Holds collection of all
Sessions on the server.
Properties | |
| Count | Returns the number of session objects in the collection. | Item | Returns the session object at the specified index. |
|
Methods | |
| Clear | Removes all Session objects from collection. | Contains | Determines whether the collection contains a specific value. | IndexOf | Determines the index of a specific Session in the collection. | Remove | Removes the first occurrence of a specific Session object from the collection. | RemoveAt | Removes 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