Setter 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.CloudAssembly: DeviceAtlasCloudClient-1.1 (in DeviceAtlasCloudClient-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public void SetSendExtraHeaders(
bool sendExtraHeaders
) |
Visual Basic |
---|
Public Sub SetSendExtraHeaders ( _
sendExtraHeaders As Boolean _
) |
Visual C++ |
---|
public:
void SetSendExtraHeaders(
bool sendExtraHeaders
) |
Parameters
- sendExtraHeaders
- Type: System..::..Boolean
TRUE if to send extra headers, FALSE to just send essential headers.
See Also