Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Help on TCP connection

Help on TCP connection

Scheduled Pinned Locked Moved C#
collaborationhelpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Girish601
    wrote on last edited by
    #1

    Hi Guys, I am been a member of the team developing a WebServer. I wanna want to know that is it possible to make a TCP connection to the webserver wherein my client is behind the proxy. Does this condition looks Feasible ? Kindly looking for an reply. girish

    Girish Software Developer

    L L D 3 Replies Last reply
    0
    • G Girish601

      Hi Guys, I am been a member of the team developing a WebServer. I wanna want to know that is it possible to make a TCP connection to the webserver wherein my client is behind the proxy. Does this condition looks Feasible ? Kindly looking for an reply. girish

      Girish Software Developer

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I don't think so. You need a direct connection. That is the meaning of proxy, to block direct connection. TcpClient -> no HttpWebRequest -> yes (http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.proxy.aspx)

      1 Reply Last reply
      0
      • G Girish601

        Hi Guys, I am been a member of the team developing a WebServer. I wanna want to know that is it possible to make a TCP connection to the webserver wherein my client is behind the proxy. Does this condition looks Feasible ? Kindly looking for an reply. girish

        Girish Software Developer

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #3

        From a server point of view, as long as the proxy is working, it should be transparent. But I suspect you wont be able to use TCPClient from the client, but rather WebClient or HttpWebRequest.

        **

        xacc.ide-0.2.0.50 - now with partial MSBuild support!

        **

        1 Reply Last reply
        0
        • G Girish601

          Hi Guys, I am been a member of the team developing a WebServer. I wanna want to know that is it possible to make a TCP connection to the webserver wherein my client is behind the proxy. Does this condition looks Feasible ? Kindly looking for an reply. girish

          Girish Software Developer

          D Offline
          D Offline
          Divyang Mithaiwala
          wrote on last edited by
          #4

          Yes it is possible as far as ur server contail real IP. Doesn't metter where is the client.


          regards, Divyang Mithaiwala System Engineer & Software Developer

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups