Purpose of ClientSettingsProvider.ServiceUri in app.config

前端 未结 3 1231
你的背包
你的背包 2021-02-01 12:07

What does


    

do?

Since the

3条回答
  •  误落风尘
    2021-02-01 12:46

    Is the setting referenced anywhere in your code?

    If not, you can probably remove it. If it is, only you can determine what the impact of removing it may be.

    Please note that this could be used be a third party assembly and it may still look for it and throw an exception if it does not exist. This would be simple to spot (your application will fall over)

提交回复
热议问题