// Address is a simple data class from LensStudio:Network that represents // a TCP server address (host + port). It is passed to BaseServer.listen() // and TcpServer.listen() to specify where the server should bind. // // Constructor: new Address() — creates an Address with default values. // Properties: // address: string — the host to bind to (no schema prefix like "http://") // port: number — the port number
A TCP Server address. Use with "LensStudio:Network".TcpServer.
Example