INETclient

Super Class

Object
new( address = 'localhost', port = ? )

This method Create a new INETclient object. (abstract)

Methods

login
This method do login to server. If you call this method when the client is already loggin in, client only returns false without doing anything.
logout
This method do logout from server. If you call this method before client login, it only return false without doing anything.
logged_in?

If client have been logged in, it returns true.

Constants

Version
The version of inetclient. It is a string like "1.0.3".

Copyright (c) 1998-2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp>