Demonstrates how user code gains access to the messages that will be transported to and from any remote object.
Demonstrates the use of generics with remoting.
Shows how to use the IpcChannel class.
Demonstrates secure channel capabilities.
Shows how to use .NET Remoting to communicate between AppDomains.
Shows how to set a custom ACL on the IpcChannel in .NET Remoting to limit access to the channel to specific users.
Shows the specific syntax that must be followed in client and server configuration to use generics with .NET Remoting.
Demonstrates how to implement late binding to any managed assembly with public classes and methods.