Code to handle a proxy server?

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

Does anybody have any code that will handle proxy servers? Specifically I
need something that will handle all the assorted options - no proxy, static
proxy, dynamic proxy by a script.

TIA - Jeff.
 
Jeff,

Can you be more specific about what you mean by "handle" proxy servers?
What exactly are you trying to do?
 
I have a program that our clients you that goes out over the internet and
grabs files from our server. I use a webservice to get the list of files to
download which it then goes out and grabs the files. On clients with no
proxy server, works fine, on a client where they specify the proxy server,
works fine. But when they are specifying a dynamic proxy server - using a
script file, I can't get it to work.

I have seen documentation on the web about creating a dll using unmanaged
code to read a dynamic proxy's settings but it only does the dynamic - not
everything else.

So I figured before I started writing all that code, I would ask if anybody
has any code to do it that I can pilfer.

BTW - this is all done in .Net 1.1/C#.

Thanks.

Jeff.

Nicholas Paldino said:
Jeff,

Can you be more specific about what you mean by "handle" proxy servers?
What exactly are you trying to do?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Mufasa said:
Does anybody have any code that will handle proxy servers? Specifically I
need something that will handle all the assorted options - no proxy,
static proxy, dynamic proxy by a script.

TIA - Jeff.
 
Back
Top