What are the commonly used elements of .NET Remoting Configuration file?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the commonly used elements of .NET Remoting Configuration file?
Rating:
The commonly used elements of .NET Remoting Configuration file are as follows:
| <system.runtime.remoting> | It is the root element for .NET remoting configuration settings. |
| <application> | It includes application specific information. |
| <lifetime> | It is used to define the lifetime of all client-activated objects. |
| <service> | It identifies all services hosted by this application. |
| <client> | It identifies the objects that the application consumes. |
| <wellknown> | It identifies the well-known objects provided by the service. |
| <activated> | It identifies the client-activated objects provided by the service. |
| <channels> | It is used to configure existing channels or define new channels. |
| <channel> | It is used to identify a channel to be created or configured. |
Rating:
Was this information helpful?
Other articles
- What are the members of the XmlMessageFormatter class?
- What is a UML class diagram?
- What is Web Setup project?
- What is the severity of a bug?
- How many types of errors occur in a testing process?
