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. web services and proxy

web services and proxy

Scheduled Pinned Locked Moved C#
questionwcf
2 Posts 2 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.
  • D Offline
    D Offline
    DeathJester_
    wrote on last edited by
    #1

    hello i want to hide my IP, when I connect from client windows app to a web service. i can go through a proxy very easily like MyMath.Math math = new MyMath.Math(); IWebProxy proxyObject = new WebProxy("http://proxyserver", true); math.Proxy = proxyObject; but how can i make a chain of proxies? thanks

    D 1 Reply Last reply
    0
    • D DeathJester_

      hello i want to hide my IP, when I connect from client windows app to a web service. i can go through a proxy very easily like MyMath.Math math = new MyMath.Math(); IWebProxy proxyObject = new WebProxy("http://proxyserver", true); math.Proxy = proxyObject; but how can i make a chain of proxies? thanks

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      IIRC, you can only specify the first "hop" proxy. Your other downstream proxies would have to be configured to forward the request on their own. But why would you even want to do this anyway? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      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