haXe API Documentation
Back | Index
class haxe.remoting.Context
Available in flash, neko, js, flash9, php, cpp
function new() : Void
function addObject(name : String, obj : { }, ?recursive : Bool) : Void
function call(path : Array<String>, params : Array<Dynamic>) : Dynamic
static function share(name : String, obj : { }) : Context
Back | Index