GetCachingMethod Method
Class: FTP_SERVICE
Description:Returns the current caching method
Returns the current caching method.
=
Object.GetCachingMethod
()
Return value Numeric
The return value is the current caching method - value of property nCachingType.
Example
#INCLUDE "ftp.h" LOCAL loFTP SET PROCEDURE TO ftp.prg ADDITIVE loFTP=CREATEOBJECT('ftp_service') IF loFTP.SetCachingMethod(INTERNET_FLAG_DONT_CACHE) ?loFTP.GetCachingMethod() ENDIF RELEASE PROCEDURE ftp.prg
See also
Expand/Collapse source code of procedure GetCachingMethod Source Code
      RETURN This.nCachingType