Click or drag to resize

Ookii.Jumbo.Rpc Namespace

Provides the infrastructure used for communication between the various Jumbo components. Jumbo originally depended on .Net Remoting for this purpose, but because of issues with the Mono implementation of .Net Remoting, a custom RPC mechanism using similar semantics was implemented. These types are internal to Jumbo and should not be used by any clients.
Classes
 ClassDescription
Public classRpcException Indicates an error occurred with a remoting operation.
Public classRpcHelper Provides functionality for registering remoting channels and services.
Public classRpcInterfaceAttribute Indicates an interface will be used for Jumbo's RPC mechanism.
Public classRpcProxyBase Abstract base class for RPC proxy classes. This class is for internal Jumbo use only and should not be used from your code.
Public classRpcRemoteException Exception thrown when a remote operation threw an exception.
Public classServerContext Provides context for a server RPC call.
Interfaces
 InterfaceDescription
Public interfaceIRpcDispatcher Dispatches RPC requests to a server implementation.
Enumerations
 EnumerationDescription
Public enumerationRpcResponseStatus Indicates the result of an RPC operation.