Overload List

  NameDescription
Public methodGetDeviceData(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.
Public methodGetDeviceData(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.

See Also