Page 1 of 1

RCF::getCurrentRcfSession().getRemoteAddress() ?

Posted: Sat Oct 06, 2012 5:41 pm
by Volker
( RCF 2.0.0.2661 )

Hi Jarl !

The section in the FAQ about determining the ip address of the connecting client points to the method given in the subject.
After the compiler complained a short search has revealed that this method is no longer defined in the context of class RcfSession.
Has this method been replaced by getClientAddress() ?

Regards

Volker

Re: RCF::getCurrentRcfSession().getRemoteAddress() ?

Posted: Wed Oct 17, 2012 11:31 pm
by jarl
That's correct, you should call getClientAddress(). I'll fix the documentation - thanks for reporting this.