|
| interface | IRpcClass |
| | An interface that represents a remoted class More...
|
| |
| interface | IRpcContext |
| | Purely a labeling class to let RPC know this is a context type More...
|
| |
| interface | IRpcManager |
| | Injectable RPC class manager to register or get a class for remoting More...
|
| |
| interface | IRpcMethod |
| | An interface that represents a remotely callable method More...
|
| |
| class | RemoteAttribute |
| | Attribute to label a method as being able to be remotely called More...
|
| |
| class | RpcCodecAttribute |
| | An attribute to decorate a class, method, or entire assembly, to provide a custom binary codec provider (encoder and decoder) for type(s) used in RPC More...
|
| |
| class | RpcException |
| | Exception raised when an error with the RPC logic occurs More...
|
| |
| class | RpcNetworkContext |
| | The network context used as a first parameter of an RPC callback or call More...
|
| |
| class | RpcTarget |
| | Class that specifies the target of an RPC class More...
|
| |