HCHttpCallDuplicateHandle

Duplicates the HCCallHandle object.

Syntax

HCCallHandle HCHttpCallDuplicateHandle(  
         HCCallHandle call  
)  

Parameters

call   _In_
Type: HCCallHandle

The handle of the HTTP call.

Return value

Type: HCCallHandle

Returns the duplicated handle.

Remarks

Use HCHttpCallCloseHandle to close it.

Requirements

Header: httpClient.h

Library: libHttpClient.141.GSDK.C.lib

See also

httpClient