bweiler
16 May 2012, 7:58 PM
I need to clear the extraParams between proxy calls and I was not able to find a supported way to do this in the documentation. As a workaround I am using the following internal proxy property to clear the extraParams:
proxy._extraParams = {};
Is there a supported way to do this?
Thanks
proxy._extraParams = {};
Is there a supported way to do this?
Thanks