tfHttpdUserGetConInfo

Jump to: navigation, search

Table of Contents >> Application Reference >> Web Server


#include <trsocket.h>


ttHttpdUserConEntryPtr tfHttpdUserGetConInfo (ttHttpdUserConHandle userConHandle);


Function Description

Allows the user to retrieve information about the connection, such as the socket address and CGI request parameters, a user set variable.


Parameters

  • userConHandle
    HTTP connection handle.


Returns

  • 0
    The conHandle is not valid.
  • !0
    Pointer to the user connection entry structure of type ttHttpdUserConEntry.


Table of Contents >> Application Reference >> Web Server