all groups > c# > february 2005 >
You're in the

c#

group:

Proxy server in C# .Net


Proxy server in C# .Net joicedony NO[at]SPAM lycos-dot-com.no-spam.invalid
2/28/2005 11:42:13 PM
c#:
Hey everybody,

I am joice, College student.
I am doing the project in C# .Net.
The title of PROXY SERVER.

Now my doubt is,

I will get the request from the client,
ie) the request is www.yahoo.com.
I can received the request.
Now i want to send the response for the request.
Which method is preferred for this one.


And one more doubt,
If i got the request, and i want to stored the request in
hashtables.
After, stored the request i want to view the hashtable in any manner.

pls give me valuable suggestions.

Thanks in advance

Urs
Joice


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
Re: Proxy server in C# .Net Joerg Jooss
3/1/2005 1:53:29 PM
[quoted text, click to view]

You can use System.Net.HttpWebRequest/HttpWebResponse for forwarding
requests, but for receiving requests you'll have to use plain sockets
(unless you use .Net 2.0 and its HttpListener).

[quoted text, click to view]

What are you doubting?

--
http://www.joergjooss.de
AddThis Social Bookmark Button