App.config
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:1k
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <system.runtime.remoting>
- <application name="Client">
- <client url="tcp://localhost:6791/CallbackSample">
- <activated type="Wrox.ProCSharp.Remoting.RemoteObject,
- RemoteObject" />
- </client>
- <channels>
- <channel ref="tcp" port="0">
- <serverProviders>
- <provider ref="binary" typeFilterLevel="Full" />
- </serverProviders>
- </channel>
- </channels>
- </application>
- </system.runtime.remoting>
- </configuration>