PaintClient.exe.config
资源名称:Visual.rar [点击查看]
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:0k
源码类别:
C#编程
开发平台:
Others
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <system.runtime.remoting>
- <application>
- <client>
- <wellknown type="Coordinator,PaintCoordinator" url="http://localhost:8060/Paint"/>
- </client>
- <channels>
- <channel ref="http" port="0">
- <clientProviders>
- <formatter ref="binary"/>
- </clientProviders>
- <serverProviders>
- <formatter ref="binary" typeFilterLevel="Full"/>
- </serverProviders>
- </channel>
- </channels>
- </application>
- </system.runtime.remoting>
- </configuration>