Overload List
Name | Description | |
---|---|---|
![]() | GetDeviceData(NameValueCollection) |
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.
|
![]() | GetDeviceData(HttpRequest) |
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.
|