Re: how can i implement proxyservers in c#.net
- From: "TulasiKumar" <tulasikumar@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 18 Jan 2006 10:27:41 +0530
Thank u for giving reply to me.
Hi Me
My requirement is in browser i want to type www.amazon.com so,some data is
passing through the server.In the mean time i want to check this data the
passing data is valid data or not i want check it.
This is my requirement.
So,i have decided to create one proxyserver,This behaves like hook between
target server and client machine.
your question is which protocol is used in this server?HTTP
Please help me the structure of the proxyserver for HTTP protocol?
How can i implement this task in c#.net?
What assemblies are supported in c#.net?
Kindly suggest me.
Thanks in advance
TulasiKumar
"Me" <me@xxxxxxxx> wrote in message
news:BPidnZ-6DrbavFDenZ2dnUVZ_t-dnZ2d@xxxxxxxxxxxxxx
> 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: Me
- Re: how can i implement proxyservers in c#.net
- From: Lebesgue
- Re: how can i implement proxyservers in c#.net
- References:
- how can i implement proxyservers in c#.net
- From: TulasiKumar
- Re: how can i implement proxyservers in c#.net
- From: Me
- how can i implement proxyservers in c#.net
- Prev by Date: Re: using clause with a "variable" assembly
- Next by Date: Re: syncML and C#
- 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
|