Getter for the sendExtraHeaders setting. Defaults to false. If this TRUE then extra client headers are sent with each request to the service. If this is FALSE then only select headers essential for detection are sent.

Namespace: Mobi.Mtld.DeviceAtlas.Cloud
Assembly: DeviceAtlasCloudClient-1.1 (in DeviceAtlasCloudClient-1.1.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool GetSendExtraHeaders()
Visual Basic
Public Function GetSendExtraHeaders As Boolean
Visual C++
public:
bool GetSendExtraHeaders()

Return Value

The sendExtraHeaders setting. Defaults to false.

See Also