3.1 Example 1 (.NET Remoting): Two-Way Method Invocation Using SOAP Over HTTP

The .NET Remoting framework is one of the main categories of .NET protocols. This example illustrates the two-way method invocation that is mapped to the Invoke a Method on a Server-Activated Object use case. In this example, the client invokes a method on the server, and the server responds with the result, which is an object of the address class. For the detailed example, see [MS-NRTP] section 4.2.