ClientActivated_Client.config
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:1k
源码类别:
C#编程
开发平台:
Others
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <system.runtime.remoting>
- <application name="Client">
- <client url="http://localhost:6788/HelloServer"
- displayName="Hello client for client-activated objects">
- <activated type="Wrox.ProCSharp.Remoting.Hello, RemoteHello" />
- </client>
- <channels>
- <channel ref="tcp" displayName="TCP Channel (HelloClient)" />
- </channels>
- </application>
- </system.runtime.remoting>
- </configuration>