Click or drag to resize
Askia

IInterviewWebInformationIdentity Property

Identity of the web browser

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
string Identity { get; set; }

Property Value

Type: String
Examples
// The above string is on a single line
// carriage return are only use for readability
"name:\"Chrome\",
version:\"50.0.2661.102\",
os:\"Windows\",
mobile:false,
tablet:false,
userAgent:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36\",
timeOffset:2"
See Also