haXe API Documentation
Back | Index
extern class flash.XMLSocket
Available in flash
function new() : Void
function close() : Bool
function connect(url : String, port : Int) : Void
dynamic function onClose() : Void
dynamic function onConnect(success : Bool) : Void
dynamic function onData(src : String) : Void
function send(data : Dynamic) : Bool
Back | Index