ClientInfoParser.UserAgentInfo Class

解析过的 User-Agent 信息。

Definition

Namespace: QuickAdmin.Common
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.4
C#
public class UserAgentInfo
Inheritance
object    ClientInfoParser.UserAgentInfo

Constructors

ClientInfoParser.UserAgentInfoInitializes a new instance of the ClientInfoParser.UserAgentInfo class

Properties

Public Properties

Browser 浏览器信息。
Device 设备信息。
IsSpider 指示是否是爬虫。
OS 操作系统信息。

See Also