just quick question.
when I connect to a local omero server (localhost) by
- Code: Select all
server = 'localhost'
port = 4064
client = omero.client( server, port )
session = client.createSession( username, password )
is there anyway to retrieve the full address of the server (such as omero.aaa.edu)?
(getPropertyMap will give me 'localhost')
Best,
BK