Клієнт – декларативна конфігурація (App.config)
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.runtime.remoting>
<application>
<client>
<wellknown
type="Multiplier, MyRemoting"
url="tcp://localhost:8005/Multiplier.rem"
/>
</client>
<channels>
<channel ref="tcp"
/>
</channels>
</application>
</system.runtime.remoting>
</configuration>