Get the device data by passing in a collection of headers. 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(
NameValueCollection headers
) |
Visual Basic |
---|
Public Function GetDeviceData ( _
headers As NameValueCollection _
) As Hashtable |
Visual C++ |
---|
public:
Hashtable^ GetDeviceData(
NameValueCollection^ headers
) |
Parameters
- headers
- Type: System.Collections.Specialized..::..NameValueCollection
A collection of HTTP headers
Return Value
A collection of device information
See Also