Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |