| Interface | Description | 
|---|---|
| RpcHandler | 
 Implementations of this interface can be registered with
  the RpcClientService or RpcHostService to handle the 
  remote procedure calls for a given object or objects. 
 | 
| Class | Description | 
|---|---|
| RpcClientService | 
 RPC service that can be added to a network Client to
  add RPC send/receive capabilities. 
 | 
| RpcConnection | 
 Wraps a message connection to provide RPC call support. 
 | 
| RpcHostedService | 
 RPC service that can be added to a network Server to
  add RPC send/receive capabilities. 
 |