RCF::getCurrentRcfSession().getRemoteAddress() ?

RCF support and general discussion.
Post Reply
Volker
Posts: 26
Joined: Wed May 23, 2012 3:27 pm

RCF::getCurrentRcfSession().getRemoteAddress() ?

Post 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

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

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

Post by jarl »

That's correct, you should call getClientAddress(). I'll fix the documentation - thanks for reporting this.
Kind Regards

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

Post Reply