|
|
Browse by Tags
All Tags » WCF » Fiddler
-
Default configuration for WCF service/client bindings is to use the default web proxy (the proxy-settings as configured in Internet Explorer).
To configure a proxy for a specific client/service endpoint, you can configure this on the binding that is used by the endpoint, eg:
<basicHttpBinding>
<binding ...
|
|
|