I have consumed a webservice in my wpf application. In app.config the settings in binding for the webservice has a property as UseDefaultWebProxy=true, Now my question is I want that the default proxy settings must be used from my default web browser say firefox, safari, etc but not from internet explorer(this is not default now).
Please suggest.