Tungsten
![]() |
W.Net.RPC Namespace |
[Missing <summary> documentation for "N:W.Net.RPC"]

Class | Description | |
---|---|---|
![]() | Client |
Make calls into a Tungsten.Net.RPC.Server over Tcp
|
![]() | MethodDictionary |
Used to store and call RPC methods on a Tungsten.Net.RPC Server
|
![]() | RPCClassAttribute |
Add this attribute to a class if it contains static methods with the RPCMethod attribute
|
![]() | RPCMethodAttribute |
Add this attribute to a static method and Tungsten.Net.RPC.Server can automatically add the method to it's dictionary of callable methods.
|
![]() | RPCResponse |
Encapsulates information related to making the RPC call and the return value
|
![]() | RPCResponseTResponseType |
Encapsulates information related to making the RPC call and the return value
|
![]() | Server |
Allows remote instances of Tungsten.Net.RPC.Client to call local methods.
|