Get the device data by passing in a HttpRequest object. The HTTP headers
are extracted from this. The most important header is 'User-Agent', without
this no device detection can take place. The other headers are used to
supplement the 'User-Agent' and are useful to find devices that are not yet
part of DeviceAtlas.
Namespace: Mobi.Mtld.DeviceAtlas.CloudAssembly: DeviceAtlasCloudClient-1.1 (in DeviceAtlasCloudClient-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public Hashtable GetDeviceData(
HttpRequest request
) |
Visual Basic |
---|
Public Function GetDeviceData ( _
request As HttpRequest _
) As Hashtable |
Visual C++ |
---|
public:
Hashtable^ GetDeviceData(
HttpRequest^ request
) |
Parameters
- request
- Type: System.Web..::..HttpRequest
A HttpRequest object
Return Value
A collection of device information
See Also