Click here to Skip to main content
15,896,499 members
Articles / Programming Languages / C++

HTTP Tunneling

Rate me:
Please Sign up or sign in to vote.
4.73/5 (38 votes)
14 Jun 2000 464.8K   17K   128  
This article describes how to open arbitrary TCP connections through proxy servers

/************************************
  REVISION LOG ENTRY
  Revision By: Alex Turc
  Revised on 6/15/00 1:53:03 PM
  Comments: Common entities
 ************************************/

#include "StdAfx.h"
#include "common.h"

event_log* gpEventLog = NULL;

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions