web service proxy setting

后端 未结 4 1332
悲哀的现实
悲哀的现实 2021-02-10 02:07

In c# 4.0, I have a web service called ManufacturerContactDetails. I am calling that web service from a windows app using the following:

var ws = new Manufacture         


        
4条回答
  •  隐瞒了意图╮
    2021-02-10 02:27

    Try adding this to app.config file.

     
         
             
         
     
    

    Add proxy in the proxy tag. Use the default proxy tag in the system.net setting in the app.config.

提交回复
热议问题