The ClientCapability type exposes the following members.

Constructors

  NameDescription
Public methodClientCapability
Default Constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
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

  NameDescription
Public propertyBrowserName
Represents the name of the broweser in the request
Public propertyCapabilities Obsolete.
A key-value collection containing all capabilities supported by requester
Public propertyFacebookRequest
FacebookRequest property is filled when request is coming though Facebook iFrame (e.g. fan pages).
Public propertyHtmlPreferedDTD
Returns the request prefered HTML DTD
Public propertyID
Unique ID of the client making request.
Public propertyIsMobile
Is request coming from a mobile device.
Public propertyIsTablet
Is request coming from a tablet device.
Public propertyIsTouchScreen
Does the requesting device supports touch screen.
Public propertyItem
Get client capability value by property name.
Public propertyScreenResolutionHeightInPixels
ScreenResolution Height of the requester in Pixels.
Public propertyScreenResolutionWidthInPixels
ScreenResolution Width of the requester in Pixels.
Public propertySSLOffload
Http server variable used for SSL offloading - if this value is empty offloading is not enabled
Public propertySupportsFlash
Does requester support Flash.
Public propertyUserAgent
User Agent of the client making request

See Also