( 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
RCF::getCurrentRcfSession().getRemoteAddress() ?
Re: RCF::getCurrentRcfSession().getRemoteAddress() ?
That's correct, you should call getClientAddress(). I'll fix the documentation - thanks for reporting this.