Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains information about remote objects and channels.
<configuration>
<system.runtime.remoting>
<system.runtime.remoting>
<application/>
<channels/>
<channelSinkProviders/>
<debug/>
</system.runtime.remoting>
Child Elements
| Element | Description |
|---|---|
| <application> | Contains information about remote objects the application consumes and exposes. Can occur once in the <system.runtime.remoting> element. |
| <channels> | Contains channel templates. Can occur once in the <system.runtime.remoting> element. |
| <channelSinkProviders> | Contains providers of channel sinks to be inserted in the channel sink chain. Can occur once in the <system.runtime.remoting> element. |
| <debug> | Requires the .NET Remoting system to load all types when the application starts, to make it easy to catch typing errors in the configuration file. Can occur once in the <system.runtime.remoting> element. |