T
Thomas Klein
Hello NG,
I want to realize that my C# software is able to send its
webservice-requests over the company's proxy server. In Java I've solved
this in that way:
System.setProperty("proxySet", "true");
System.setProperty("http.proxyHost", proxyHost);
System.setProperty("http.proxyPort", proxyPort);
Is there in C# an equivalent way to do the same? I would be happy if
someone could help me! Thanks in avance!
Bye
Thomas
I want to realize that my C# software is able to send its
webservice-requests over the company's proxy server. In Java I've solved
this in that way:
System.setProperty("proxySet", "true");
System.setProperty("http.proxyHost", proxyHost);
System.setProperty("http.proxyPort", proxyPort);
Is there in C# an equivalent way to do the same? I would be happy if
someone could help me! Thanks in avance!
Bye
Thomas