RemoteProcedureCalls NamespaceNetworkComms.Net Help
Contains methods for setting up objects to be called from remote clients as well as the methods to access those objects client side.
Classes

  ClassDescription
Public classClient
Provides functions for managing proxy classes to remote objects client side
Public classRPCException
An error occured during an RPC (Remote Procedure Call) exchange.
Public classServer
Contains methods for managing objects server side which allow Remote Procedure Calls
Interfaces

  InterfaceDescription
Public interfaceIRPCProxy
Interface for the RPC proxy generated on the client side. All RPC objects returned from Client.CreateRPCProxyTo{X} implement this interface