zPocketScript Class Reference: Host


Prototype: Object

Library: libjs_net

The Host object provides encapsulation of internet host names, mainly to provide a simple interface for DNS lookups. Host objects can be used with Socket objects to bring up TCP connections.
eg.
var server=new Host("angela1.data-uncertain.co.uk");

NOTE:The Host object is a seperate plugin library, not part of the core library.

Methods

Properties

Constants