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
Parameters | Description |
---|---|
connHandle | Connection handle. |
Returns
The connection network handle.
Remarks
None.