HCHttpCallSetTracing

Enables or disables tracing for this specific HTTP call.

Syntax

HRESULT HCHttpCallSetTracing(  
         HCCallHandle call,  
         bool traceCall  
)  

Parameters

call   _In_
Type: HCCallHandle

The handle of the HTTP call.

traceCall   _In_
Type: bool

Trace this call.

Return value

Type: HRESULT

Result code for this API operation. Possible values are S_OK, E_INVALIDARG, or E_FAIL.

Requirements

Header: httpClient.h

Library: libHttpClient.141.GSDK.C.lib

See also

httpClient