in WCF service, a third-party SMS platform interface is requested to send SMS messages through HttpWebRequest, and the SMS platform interface must be accessed through the public network. However, at present, the server cannot access the public network and can only be accessed by setting an IE proxy. How can we make the http requests created in the WCF service also access the public network through the proxy? The server is windows server 2008 R2.