HKLMReceiveTimeOut (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the HKLMReceiveTimeOut setting in Windows Embedded 8 Standard (Standard 8).

This setting contains an integer between 5000 and 86400000 that specifies how long to wait for data to be received over the network for all users on the device, in milliseconds. This is also known as a socket receive.

If the response takes longer than this time-out value, the request is canceled. The default value is 30000 (30 seconds).

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

IE-ClientNetworkProtocolImplementation

Products/Embedded Core/IE-ClientNetworkProtocolImplementation/HKLMReceiveTimeOut

XML Example

The following XML example shows how to set Internet Explorer to wait 45 seconds to receive a response to a request.

<HKLMReceiveTimeOut>45000</HKLMReceiveTimeOut>

See Also

Concepts

Embedded Core Settings