Skip to main content

XblContextSettingsGetLongHttpTimeout

Gets the connect, send, and receive timeouts for HTTP socket operations of long calls such as Title Storage calls.

Syntax

Parameters

context   _In_
Type: XblContextHandle
XBOX live context that the settings are associated with. timeoutInSeconds   _Out_
Type: uint32_t*
Passes back the timeout for long HTTP calls in seconds. Default is 5 minutes (300 seconds).

Return value

Type: HRESULT HRESULT return code for this API operation.

Remarks

Calls that take longer than the given timeout are aborted.

Requirements

Header: xbox_live_context_settings_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

xbox_live_context_settings_c
Last modified on August 20, 2026