Improved .NET Remoting, Part 2: Secure TCP
By Mark Strawmyer Go to page: 1 2 Next .NET remoting enables application communication. It is a generic system that different applications can use to communicate with one another. .NET objects are exposed to remote processes, thus allowing interprocess communication. The applications can be located on the same computer, different computers on the same network, or even computers across separate networks. Remoting communication is not secure by default, however. The 1.0 and 1.1 versions...