here the code : 

    def exposed_getConnectionInformation(self):
        s_ConnectionID=self._conn._config['connid']
        s_Credentials=self._conn._config['credentials']
        s_HostAdress, s_HostPort=self._conn._config['endpoints'][0]
        s_ClientAdress, s_ClientPort=self._conn._config['endpoints'][1]
        
return(s_ConnectionID,s_Credentials,s_HostAdress,s_HostPort,s_ClientAdress,s_ClientPort)

yours sincerely
Robert


>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"rpyc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to