Õîñò³íã îá'ºêòà – äåêëàðàòèâíà êîíô³ãóðàö³ÿ (App.config)
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.runtime.remoting>
<application>
<service>
<wellknown
mode="Singleton"
type="Multiplier, MyRemoting"
objectUri="Multiplier.rem"
/>
</service>
<channels>
<channel ref="tcp" port="8005"/>
</channels>
</application>
</system.runtime.remoting>
</configuration>
•