The ClientCapability type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ClientCapability |
Default Constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
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
|