Re: how can i implement proxyservers in c#.net
- From: "Lebesgue" <nospam@xxxxxxx>
- Date: Wed, 18 Jan 2006 12:20:47 +0100
Dear TulasiKumar,
if you tried this site: http://www.google.com and typed in these words:
proxy server c#, it would have given you these results:
http://www.google.com/search?hl=en&q=proxy+server+c%23&meta= and by clicking
on the second one, you'd get to a complete sample in C# (this one:
http://www.c-sharpcorner.com/internet/web_proxy.asp)
"TulasiKumar" <tulasikumar@xxxxxxxxxxxxxxxxxx> wrote in message
news:eVyHfs%23GGHA.608@xxxxxxxxxxxxxxxxxxxxxxx
> 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
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>
>
>
.
- References:
- how can i implement proxyservers in c#.net
- From: TulasiKumar
- Re: how can i implement proxyservers in c#.net
- From: Me
- Re: how can i implement proxyservers in c#.net
- From: TulasiKumar
- how can i implement proxyservers in c#.net
- Prev by Date: Re: MSDN C# example on IPCChannel compile error !
- Next by Date: Serial communication problem with Framework 2.0
- 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
|