What is the .NET code to connect through the internet to a web service which is behind an HTTPS proxy.
I am given:
https:// - the url of the proxy
https:// - the url of the webservice from the WSDL.
two certificates - theirs and mine.
What is the .NET code to connect through the internet to a web service which is behind an HTTPS proxy.
I am given:
https:// - the url of the proxy
https:// - the url of the webservice from the WSDL.
two certificates - theirs and mine.