The IClientCapability type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BrowserName |
Represents the name of the broweser in the request
| |
| Capabilities | Obsolete.
A key-value collection containing all capabilities supported by requester
| |
| FacebookRequest |
FacebookRequest property is filled when request is coming though Facebook iFrame (e.g. fan pages).
| |
| HtmlPreferedDTD |
Returns the request prefered HTML DTD
| |
| ID |
Unique ID of the client making request.
| |
| IsMobile |
Is request coming from a mobile device.
| |
| IsTablet |
Is request coming from a tablet device.
| |
| IsTouchScreen |
Does the requesting device supports touch screen.
| |
| Item |
Get client capability value by property name.
| |
| ScreenResolutionHeightInPixels |
ScreenResolution Height of the requester in Pixels.
| |
| ScreenResolutionWidthInPixels |
ScreenResolution Width of the requester in Pixels.
| |
| SSLOffload |
Http server variable used for SSL offloading - if this value is empty offloading is not enabled
| |
| SupportsFlash |
Does requester support Flash.
| |
| UserAgent |
User Agent of the client making request
|