I have a dll which will retrieve certain information from internet. I'm calling this dll from my wrapper application. But the dll cannot access internet because it behind corporate proxy. Is there any way by which I can so authentication in the wrapper application, (eg by providing an interface to enter proxy username and password), so that the dll can access internet.
EDITED:: I'm accessing Google Data API dll which accepts username and password to login.