- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <system.runtime.remoting>
- <application name="Client">
- <client>
- <wellknown type="Wrox.ProCSharp.Remoting.Hello, RemoteHello"
- url="http://localhost:6792/Hello/Hi" />
- </client>
- <channels>
- <channel ref="http" displayName="HTTP Channel (HelloClient)" />
- </channels>
- </application>
- </system.runtime.remoting>
- </configuration>