Click here to Skip to main content
15,909,896 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sharing an object in Assembly ? Pin
Judah Gabriel Himango9-May-07 12:34
sponsorJudah Gabriel Himango9-May-07 12:34 
QuestionDeleting Leading White Spaces Pin
dboy2219-May-07 10:34
dboy2219-May-07 10:34 
AnswerRe: Deleting Leading White Spaces Pin
Giorgi Dalakishvili9-May-07 10:41
mentorGiorgi Dalakishvili9-May-07 10:41 
AnswerRe: Deleting Leading White Spaces Pin
Patrick Etc.9-May-07 10:44
Patrick Etc.9-May-07 10:44 
QuestionTrace messages from a service on 2003 Server not showing??!! Pin
LongRange.Shooter9-May-07 10:25
LongRange.Shooter9-May-07 10:25 
Question"Exception of type 'System.OutOfMemoryException' was thrown Pin
AAKAra9-May-07 10:14
AAKAra9-May-07 10:14 
AnswerRe: "Exception of type 'System.OutOfMemoryException' was thrown Pin
LongRange.Shooter10-May-07 10:12
LongRange.Shooter10-May-07 10:12 
QuestionSteps to developing a Proxy Server Pin
TheGecko9-May-07 9:18
TheGecko9-May-07 9:18 
Hey all!

First off, a little background. I currently live in the UAE where the internet here is monitored and sites are blocked by our ISP's proxy server. Even applications like Skype are blocked here. So I decided that I want to try coding a little application that me and my friends would find useful for bypassing this proxy server. My plan is as follows:

(1) I already have a dedicated server in the US and I connect to it by remote desktop anytime I need to download anything that's blocked. I intend to use this server to re-route traffic to my computer.

(2) With the above in mind, I want to develop a client side proxy application. It would be running in the background, and the user would configure his IE or Firefox to the local computer's IP and a port number and start sending all requests through the client proxy app.

(3) The client proxy application would encrypt the request and send it to the server application sitting on my server in the US.

(4) The server would decrypt the request and fetch the pages and images of the sites that are blocked here in the UAE. After that, it would encrypt the result and send it back to the client which, in turn, would pass it off to the browser.

I hope all that made sense. Now, I am kinda new to network programming, so all I need is a point in the right direction to start me off. I'm also trying to get this to work for any application that connects to the net like Skype.

Thanks for any help guys! And feel free to suggest any other better ways I can go about solving my dillemma.

Cheers!
AnswerRe: Steps to developing a Proxy Server Pin
Tarakeshwar Reddy9-May-07 9:30
professionalTarakeshwar Reddy9-May-07 9:30 
QuestionHow to have the DataSet available after getting disconnected from Database server? Pin
Khoramdin9-May-07 9:07
Khoramdin9-May-07 9:07 
AnswerRe: How to have the DataSet available after getting disconnected from Database server? Pin
Giorgi Dalakishvili9-May-07 9:33
mentorGiorgi Dalakishvili9-May-07 9:33 
GeneralRe: How to have the DataSet available after getting disconnected from Database server? Pin
Khoramdin9-May-07 9:42
Khoramdin9-May-07 9:42 
AnswerRe: How to have the DataSet available after getting disconnected from Database server? Pin
Khoramdin9-May-07 9:54
Khoramdin9-May-07 9:54 
QuestionHow to code this in C# Pin
Guangli(Glen) Liu9-May-07 7:46
professionalGuangli(Glen) Liu9-May-07 7:46 
AnswerRe: How to code this in C# Pin
Giorgi Dalakishvili9-May-07 7:50
mentorGiorgi Dalakishvili9-May-07 7:50 
GeneralRe: How to code this in C# Pin
Guangli(Glen) Liu9-May-07 8:08
professionalGuangli(Glen) Liu9-May-07 8:08 
AnswerRe: How to code this in C# Pin
Dave Doknjas9-May-07 14:41
Dave Doknjas9-May-07 14:41 
GeneralRe: How to code this in C# Pin
Guangli(Glen) Liu10-May-07 5:18
professionalGuangli(Glen) Liu10-May-07 5:18 
QuestionProblem with fading pictures Pin
Kasic Slobodan9-May-07 7:33
Kasic Slobodan9-May-07 7:33 
QuestionPing in wireless network Pin
Chayan (cse student)9-May-07 7:26
Chayan (cse student)9-May-07 7:26 
AnswerRe: Ping in wireless network Pin
MrEyes9-May-07 7:33
MrEyes9-May-07 7:33 
AnswerRe: Ping in wireless network Pin
Dave Kreskowiak9-May-07 7:51
mveDave Kreskowiak9-May-07 7:51 
QuestionManaging Memory and Resources [modified] Pin
MrEyes9-May-07 7:22
MrEyes9-May-07 7:22 
AnswerRe: Managing Memory and Resources Pin
Luc Pattyn9-May-07 7:43
sitebuilderLuc Pattyn9-May-07 7:43 
GeneralRe: Managing Memory and Resources Pin
MrEyes9-May-07 7:50
MrEyes9-May-07 7:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.