#include <HTTPCore.h>
Data Fields | |
long | target |
char | targetDNS [256] |
int | port |
int | NeedSSL |
unsigned int | datasock |
struct sockaddr_in | webserver |
FILETIME | tlastused |
CRITICAL_SECTION | lock |
unsigned int | NumberOfRequests |
unsigned int | io |
int | PENDING_PIPELINE_REQUESTS |
PHTTP_DATA * | PIPELINE_Request |
unsigned long * | PIPELINE_Request_ID |
int | id |
unsigned int | BwLimit |
int | ThreadID |
int | ConnectionAgainstProxy |
int | ProxyMethod |
Definition at line 73 of file HTTPCore.h.
long conexiones::target |
Definition at line 74 of file HTTPCore.h.
Referenced by FreeConnection(), GetFirstIdleConnectionAgainstTarget(), and GetSocketConnection().
char conexiones::targetDNS[256] |
int conexiones::port |
Definition at line 76 of file HTTPCore.h.
Referenced by FreeConnection(), GetFirstIdleConnectionAgainstTarget(), GetSocketConnection(), and SendHTTPRequestData().
Definition at line 77 of file HTTPCore.h.
Referenced by FreeConnection(), GetSocketConnection(), ReadHTTPResponseData(), and SendHTTPRequestData().
unsigned int conexiones::datasock |
Definition at line 78 of file HTTPCore.h.
Referenced by FreeConnection(), HTTPCoreCancelHTTPRequest(), ReadHTTPResponseData(), and SendHTTPRequestData().
struct sockaddr_in conexiones::webserver [read] |
Definition at line 79 of file HTTPCore.h.
FILETIME conexiones::tlastused |
Definition at line 84 of file HTTPCore.h.
Referenced by FreeConnection(), and ReadHTTPResponseData().
CRITICAL_SECTION conexiones::lock |
unsigned int conexiones::NumberOfRequests |
Definition at line 86 of file HTTPCore.h.
Referenced by FreeConnection(), GetSocketConnection(), HTTPCoreCancelHTTPRequest(), and ReadHTTPResponseData().
unsigned int conexiones::io |
Definition at line 87 of file HTTPCore.h.
Referenced by FreeConnection(), GetSocketConnection(), and ReadHTTPResponseData().
Definition at line 88 of file HTTPCore.h.
Referenced by AddPipeLineRequest(), FreeConnection(), and ReadHTTPResponseData().
Definition at line 89 of file HTTPCore.h.
Referenced by AddPipeLineRequest(), FreeConnection(), and ReadHTTPResponseData().
unsigned long* conexiones::PIPELINE_Request_ID |
int conexiones::id |
Definition at line 91 of file HTTPCore.h.
Referenced by AddPipeLineRequest(), and GetSocketConnection().
unsigned int conexiones::BwLimit |
Definition at line 92 of file HTTPCore.h.
Referenced by GetSocketConnection(), and ReadHTTPResponseData().
Definition at line 97 of file HTTPCore.h.
Referenced by GetSocketConnection(), and ReadHTTPResponseData().
Definition at line 98 of file HTTPCore.h.