API Reference
Class
ClientInfo
Identifies a client when initializing the app-server.
Inheritance
- Object
- ClientInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EasySessionOptions.ClientInfo
- Property IntelligenceXClientOptions.ClientInfo
Accepted by parameters
Constructors
public ClientInfo(String name, String title, String version) #Initializes a new client info instance.
Parameters
- name System.String
- Client name.
- title System.String
- Client title.
- version System.String
- Client version.