HelloServer.exe.config
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:1k
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <system.runtime.remoting>
- <application name="Hello">
- <service>
- <wellknown mode="SingleCall"
- type="Wrox.ProCSharp.Remoting.Hello, RemoteHello"
- objectUri="Hi" />
- </service>
- <channels>
- <channel ref="tcp" port="6791"
- displayName="TCP Channel (HelloServer)" />
- <channel ref="http" port="6792"
- displayName="HTTP Channel (HelloServer)" />
- </channels>
- </application>
- </system.runtime.remoting>
- </configuration>