Client

Wisej.Core.Client

Namespace: Wisej.Core

Assembly: Wisej.Framework (4.0.0.0)

Represents a unique client using the application.

public class Client

A browser instance is a single client, regardless of how many sessions are created by that client and how many browser tabs are open. Different browsers a represented as different clients.

Properties

Browsers

ClientBrowser[]: List of browser tabs (for the same browser) that are using the application at the client computer.

ID

Stringarrow-up-right: Unique client ID.

IPAddress

Stringarrow-up-right: IP Address of the client computer.

SessionCount

Int32arrow-up-right: Returns the number of sessions used by this client computer.

Last updated

Was this helpful?