web reference中的url behavior中dynamic和static的区别

如果使用dynamic,则会生成一个Settins.Setting文件,实现了如何从配置文件中读取property.
此时需要在config中有一个section,指定此property的值,否则报错
如果使用static,则可以在程序中指定一个URL, 感觉此方法要好用一些.
原文地址:https://www.cnblogs.com/margiex/p/920194.html