Can I set the SoapHttpClientProtocol Timeout property through the configuration file?

When I create a web link for a web service, Visual Studio magically creates the Settings class, which allows me to change the URL of the web service link through the application configuration. Very useful for switching between development and production servers without code recovery.

I could not find a similar mechanism for the Timeout property (or any other). There is one?

(For clarity: I'm talking about client code with a link to a web service obtained from SoapHttpClientProtocol.)

Thank!

+3
source share
1 answer

"", . , , .

0

Source: https://habr.com/ru/post/1783302/


All Articles