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 [.NET/C# MVP]" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> 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 Removed)
>
> "Mufasa" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 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.
>>
>>
>
>