Enables you to perform network operations such as obtaining or streaming media from a network, checking network availability, checking the progress of a network operation, and so on.
You can create a reference to a NetLingo object by using the new operator.
-- Lingo syntax
objNetLingo = new xtra("netlingo")
// JavaScript syntax
var objNetLingo = new xtra("netlingo");