Dealing with WCF service restart on client-side

后端 未结 2 1467
猫巷女王i
猫巷女王i 2021-02-03 14:10

I\'ve got a GUI client which is running against a WCF services hosted as a Windows service on a server box. The WCF service is running in PerCall InstanceContextMode, and the cl

2条回答
  •  [愿得一人]
    2021-02-03 14:16

    You can take a look at this to perhaps avoid some of that boilerplate code:

    http://wcfproxygenerator.codeplex.com

提交回复
热议问题