CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: prahladyeri

Search: Search took 0.01 seconds.

  1. Re: Simple proxy server in C# - Need help with relay logic

    Thanks Mike for the excellent post. This was precisely what I was looking for. Once I realized that I am checking the url only in the beginning, all pieces came to join themselves. As a quick fix, I...
  2. Re: Simple proxy server in C# - Need help with relay logic

    Thanks Mike for the excellent post. This was precisely what I was looking for. Once I realized that I am checking the url only in the beginning, all pieces came to join themselves. As a quick fix, I...
  3. Re: Simple proxy server in C# - Need help with relay logic

    I saw this MSDN article that says LingerState property allows to delay while closing a socket, in an attempt to send all pending data. In what way will this be useful to my situation?
  4. Simple proxy server in C# - Need help with relay logic

    Hi. I'm trying to write a simple and minimalist Http proxy server that can on the command line. In Start() method, a simple TcpListener blocks until it gets a client request and creates a new thread...
  5. Replies
    1
    Views
    4,400

    A simple proxy server in C#

    I have written a simple and minimalist HTTP proxy server that runs on command line. In the Start() method, a TcpListener blocks until it gets a client request and creates a new thread...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured