Go to the documentation of this file.
   14 #ifndef NETWORK_CORE_TCP_HTTP_H 
   15 #define NETWORK_CORE_TCP_HTTP_H 
   35   virtual void OnReceiveData(
const char *data, 
size_t length) = 0;
 
   62     return this->
sock != INVALID_SOCKET;
 
   68       const char *host, 
const char *url, 
const char *
data, 
int depth);
 
   73       const char *
data = NULL, 
int depth = 0);
 
  111   virtual void OnFailure()
 
  117   virtual void OnConnect(SOCKET s)