Back to product page

Users property


Returns collection of users.

Type

WebUsers object

Syntax

  • C#
  • VB.NET
WebUsers Users {get; };

ReadOnly Property Users As WebUsers

Remarks

Using this property you can access collection of all users currently connected to your server. However, this collection holds users only while they are connected to the server. They could quickly connect, fetch the response and disconnect, and read the page in their browser. Once they disconnect, you will not see them any longer as members of this collection.

Platforms

Windows