C # Proxy Server

Source: Internet
Author: User

 

1. Basic Content

 

Ruijie is often used for Internet access in schools. There are two login modes: Free mode (intranet only) and paid mode (all available). sogou proxy is available in free mode, you can connect to the Internet, so you can access the Internet for free. The proxy function of sogou browser seems to be unavailable. I found a usable proxy on the Internet (or based on sogou proxy ). Someone made it separately.

 

1) So for convenience, I will use this proxy to make a small software. On the campus network, sometimes the proxy speed is very fast, especially when watching videos.

 

2) in order to access some foreign websites, such as Wikipedia, Google, Facebook, and Twitter, I added a wall proxy (goagent) to the software.

 

2. Tools used

 

1) Domestic agent: sogou agent (http://xiaoxia.org/2011/11/14/update-sogou-proxy-program-with-https-support)

 

2) Foreign Agent: goagent agent (https://code.google.com/p/goagent)

 

3. Instructions for use

 

1) because the software is written in C #, you must ensure that. NET Framework 3.5 (or a later version) is installed in the system before use)

 

(Note: Windows Vista and Windows 7 are already provided, but the version may be low and need to be upgraded)

 

2) Domestic proxy

 

First, log on to the free mode/paid mode of the ruijie client and click the domestic proxy button to set it to real-name-free Internet access.

 

3) Foreign Agents

 

First, log on to the billing method (required) of the ruijie client and click the foreign proxy button to access a foreign website.

 

4) The foreign proxy used is my own Google account. If it is slow, you can apply for a Gae site by yourself. Specific Method: apply for setting up a foreign proxy.

 

Enjoy it!

 

4. Implementation Process

1) Interface Design ([1] The border is removed, and the minimize and close buttons are designed. [2] You can drag the window at any position of the window with the mouse)

View code

2) Start the above two proxy servers ([1] running sogou agent in the background when you click on a domestic proxy [2] running goagent in the background when you click on a foreign proxy)

View code

3) set the local proxy (by modifying the registry, set the local ie proxy to 127.0.0.1: 1998,127.0 .0.1: 8087 respectively)

In step 2Code.

View code

4) DisableProgramRelease resources (disable sogou proxy, disable goagent proxy, and Disable IE local proxy)

View code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.