<system.runtime.remoting> Element
This topic is specific to a legacy technology that is retained for backward compatibility with existing applications and is not recommended for new development. Distributed applications should now be developed using the Windows Communication Foundation (WCF).
Contains information about remote objects and channels.
Schema Hierarchy
<configuration>
<system.runtime.remoting> Element
Syntax
<system.runtime.remoting>
<application/>
<channels/>
<channelSinkProviders/>
<debug/>
</system.runtime.remoting>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
Contains information about remote objects the application consumes and exposes. Can occur once in the <system.runtime.remoting> element. |
|
Contains channel templates. Can occur once in the <system.runtime.remoting> element. |
|
Contains providers of channel sinks to be inserted in the channel sink chain. Can occur once in the <system.runtime.remoting> element. |
|
Requires the .NET Framework 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. |
Parent Elements
Element | Description |
---|---|
configuration |
The root element in every configuration file used by the common language runtime and .NET Framework applications. |