Re: SSL requests with proxies (General questions)
Also I've just come to realize that using the StateChange method like I mentioned, it fails to fire the DONE event when you are using a proxy. It works without one but when you use a proxy the Connected - idle state occurs twice, and the second time it freezes there. So this isn't a proper solution.
I could still solve the problem by going straight to the Get() method like you first suggested, but I figure you want all aspects of the control to work.
Hope I'm helping more than I'm annoying...