The .NET Remoting server hosts the ObjectManager object that is accessed by all client applications. The server is a simple console application that runs when you press any key. Some of the methods of the remoting objects print information to the console, such as which users have logged in or out, and who sent messages to whom.
The message server console window displays. The console window logs information about the methods that are called during tests. Press any key to stop the server.