haxe.remoting.Proxy<T>

type
class
available in
cpp, flash, neko, js
This class is magic. When you extend it with a class C, it will automaticaly create a stub class with all public methods forwarding remoting messages over the connection.

Constructor

new(c : Connection)