Returns the inet address object for the specified server socket or socket object.
Syntax
getInetAddress( isocket )
isocket.getInetAddress( )
Parameters
isocket
|
the server socket or socket object to use.
|
Returns
inetaddress
|
the inet address object.
|
Example
iaddress = sct.getInetAddress( )
|