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

C#编程

开发平台:

Others

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