EXPORT_SPEC int UpnpCloseHttpPost

( IN void* handle,
  IN OUT int* httpStatus,
  IN int timeout )

UpnpCloseHttpPost sends and receives any pending data, closes the connection with the server, and frees memory allocated during the UpnpOpenHttpPost call.

Documentation

UpnpCloseHttpPost sends and receives any pending data, closes the connection with the server, and frees memory allocated during the UpnpOpenHttpPost call.

Parameters:
handle - The handle of the connection to close, created by the call to UpnpOpenHttpPost.
httpStatus - A pointer to a buffer to store the final status of the connection.
timeout - A time out value sent with the request during which a response is expected from the server, failing which, an error is reported.
Returns:
[int] An integer representing one of the following:

Alphabetic index



This page was generated with the help of DOC++.