Contains methods for setting up objects to be called from remote clients as well as the methods to access those objects client side.
Classes
Class | Description | |
---|---|---|
![]() | Client |
Provides functions for managing proxy classes to remote objects client side
|
![]() | RPCException |
An error occured during an RPC (Remote Procedure Call) exchange.
|
![]() | Server |
Contains methods for managing objects server side which allow Remote Procedure Calls
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IRPCProxy |
Interface for the RPC proxy generated on the client side. All RPC objects returned from Client.CreateRPCProxyTo{X} implement this interface
|