المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to test proxy setting for WCF client?



C# Programming
11-17-2009, 07:50 AM
Hi,

I just finished a client which consume a WCF, but it seems to use only IE proxy setting.

I searched Internet and found this article (http://stackoverflow.com/questions/951523/how-can-i-set-an-http-proxy-webproxy-on-a-wcf-client-side-service-proxy)[^ (http://stackoverflow.com/questions/951523/how-can-i-set-an-http-proxy-webproxy-on-a-wcf-client-side-service-proxy)] about how to set and HTTP proxy on WCF client-side.

The problem is because my WCF Server is also on local, so ACTUALLY the client app not go out LAN at all (at least that my understanding http://www.barakasoft.com/script/Forums/Images/smiley_laugh.gif ) -> not use the Proxy Setting.

Please tell me how i could test this code.
thanks in advance.