W.Net.RPC Namespace

Tungsten Suite

W.Net.RPC Namespace

[Missing <summary> documentation for "N:W.Net.RPC"]

Classes
  ClassDescription
Public classClient
Make calls into a Tungsten.Net.RPC.Server over Tcp
Public classMethodDictionary
Used to store and call RPC methods on a Tungsten.Net.RPC Server
Public classRPCClassAttribute
Add this attribute to a class if it contains static methods with the RPCMethod attribute
Public classRPCMethodAttribute
Add this attribute to a static method and Tungsten.Net.RPC.Server can automatically add the method to it's dictionary of callable methods.
Public classRPCResponse
Encapsulates information related to making the RPC call and the return value
Public classRPCResponseTResponseType
Encapsulates information related to making the RPC call and the return value
Public classServer
Allows remote instances of Tungsten.Net.RPC.Client to call local methods.