Re: how can i implement proxyservers in c#.net
- From: "Me" <me@xxxxxxxx>
- Date: Tue, 17 Jan 2006 11:54:32 -0500
It would help to know what protocol you are wanting to create a proxy for.
HTTP? Some raw socket protocol? A very abstract database (SQL Server, MySQL,
etc) type of protocol?
The reason for this is that there may already be a standard way of creating
a proxy for some of them (HTTP).
Also if this is HTTP is SSL being used? If so then you are not looking at an
easy solution at all since you will need to also code in the HTTPS stuff for
your proxy and the client would get a message stating that the secure
connection has been breached (well.. at least a message stating that the
server is not who they say they are.)
More information on this would be helpfull to us all though so if you could
give us some details that would be great. Maybe even a simple walkthrough of
what is happening?
"TulasiKumar" <tulasikumar@xxxxxxxxxxxxxxxxxx> wrote in message
news:e$L6dz1GGHA.3200@xxxxxxxxxxxxxxxxxxxxxxx
> hi all,
> i have one requirement in my project.The requirement is i want to fix some
> domain sites in TcpIp like proxy servers behaviour.When ever end user
> passing the inforamtion of that domain sites,at that time i want to get
> the inforamtion and i ahve do some operations.How can i implement this
> requirement? or What classes are supported in C#.Net? .Please give your
> suggestion.This requirement is very urgent.
>
> thanks in advance,
> TulsaiKumar
>
>
>
>
>
.
- Follow-Ups:
- Re: how can i implement proxyservers in c#.net
- From: TulasiKumar
- Re: how can i implement proxyservers in c#.net
- References:
- how can i implement proxyservers in c#.net
- From: TulasiKumar
- how can i implement proxyservers in c#.net
- Prev by Date: Re: SMTPMail and server reply
- Next by Date: Transfer File via WebService
- Previous by thread: Re: how can i implement proxyservers in c#.net
- Next by thread: Re: how can i implement proxyservers in c#.net
- Index(es):
Relevant Pages
|