Re: how can i implement proxyservers in c#.net



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
> >
> >
> >
> >
> >
>
>




.



Relevant Pages

  • Re: how can i implement proxyservers in c#.net
    ... It would help to know what protocol you are wanting to create a proxy for. ... A very abstract database (SQL Server, MySQL, ... a proxy for some of them (HTTP). ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: [fw-wiz] on-the-fly-analysis vs. proxy rewrites
    ... You keep using SMTP as an example but that is such a small bunch of ... What about trying to deal with http which has almost no bounds? ... a proxy also only carries a _subset_ of a full protocol. ...
    (Firewall-Wizards)
  • Re: how can i implement proxyservers in c#.net
    ... > target server and client machine. ... > Please help me the structure of the proxyserver for HTTP protocol? ... >> It would help to know what protocol you are wanting to create a proxy ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Web Proxy Filter exception not working
    ... Allow all traffic but HTTP between all protected networks and the ... Unrestricted internet access between all protected networks and the ... The unfiltered protocol is denied so all other HTTP traffic still uses ... The intial connection to the MetroList site uses my unfiltered protocol. ...
    (microsoft.public.isa.configuration)
  • Re: Is HTTP an Async Protocol
    ... If you say that HTTP is 3 layers, which is true in one sense, ... TCP/IP is an asynchronous protocol (like most ... > network protocols). ... >> "asynch" is a term related to programming. ...
    (microsoft.public.dotnet.framework.aspnet)