PaintClient.exe.config
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:0k
源码类别:

C#编程

开发平台:

Others

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <system.runtime.remoting>
  4. <application>
  5. <client>
  6. <wellknown type="Coordinator,PaintCoordinator" url="http://localhost:8060/Paint"/>
  7. </client>
  8. <channels>
  9. <channel ref="http" port="0">
  10. <clientProviders>
  11. <formatter ref="binary"/>
  12. </clientProviders>
  13. <serverProviders>
  14. <formatter ref="binary" typeFilterLevel="Full"/>
  15. </serverProviders>
  16. </channel>
  17. </channels>
  18. </application>
  19. </system.runtime.remoting>
  20. </configuration>