1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<system.runtime.remoting>
<application>
<channels>
<channel ref="tcp" name="channelA">
<clientProviders>
<formatter ref="binary" />
<provider type="SinkCustomRemoting.CustomClientSinkProvider, SinkCustomRemoting"
customSinkType="SinkCustomRemoting.SinkZipCryptoClientSink, SinkCustomRemoting">
</provider>
</clientProviders>
</channel>
<channel ref="tcp" name="channelB" >
<clientProviders>
</clientProviders>
</channel>
</channels>
</application>
</system.runtime.remoting> |