1.2.1.13.27 TCPIP_HTTP_NET_ConncetionNetHandle Function

C

TCPIP_NET_HANDLE TCPIP_HTTP_NET_ConnectionNetHandle(
    TCPIP_HTTP_NET_CONN_HANDLE connHandle
);

Description

This function returns the network handle over which the current HTTP connection communicates.

Preconditions

connHandle - a valid HTTP connection.

Parameters

ParametersDescription
connHandleConnection handle.

Returns

  • The connection network handle.

Remarks

None.