I want to call wcf service hosted outside my netwerk. When i call that wcf from my code i got proxy authentication error as i am calling from machine which is covered with firewall.
So how i can provide my firewall proxy id/password programmatically to call the wcf service.
Somehow i have mananged to download proxy classes from that outside server which can call the wcf service but when i call any function i get the same error.
I have tried calling that code but i got error.