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 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 classServerContext
Provides context for a server RPC call.