Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about client-activated objects the application exposes to clients.
<configuration>
<system.runtime.remoting>
<application>
<service>
<activated>
<activated
type="type,assembly"
/>
Required Attributes
Attribute | Description |
---|---|
type | Specifies the full type name of the object and the name of the assembly that contains the type implementation. This includes version, culture, and public key information if the containing assembly is in the global assembly cache. |
Example
The following configuration file declares a client-activated type.
<configuration>
<system.runtime.remoting>
<application>
<service>
<activated type="ClientActivatedType, RemoteType"/>
/>
</service>
</application>
</system.runtime.remoting>
</configuration>
Requirements
Configuration Files: Application configuration file, machine configuration file (Machine.config)