void Save( string path, bool saveProxy, bool savePlugins, bool saveLocalStorage, bool saveTimezone, bool saveGeoposition, bool saveSuperCookie, bool saveFonts, bool saveWebRtc, bool saveIndexedDb )
Parameters
- path
Type: System.String
A path to file for the profile data. File extension should be .zpprofile, otherwise this extension will be added to the path.
- saveProxy
Type: System.Boolean
The true if need to save proxy information; otherwise and default, false.
- savePlugins
Type: System.Boolean
The true if need to save plugins information; otherwise and default, false.
- saveLocalStorage
Type: System.Boolean
The true if need to save local storage information; otherwise and default, false.
- saveTimezone
Type: System.Boolean
The true if need to save time zone information; otherwise and default, false.
- saveGeoposition
Type: System.Boolean
The true if need to save geo information; otherwise and default, false.
- saveSuperCookie
Type: System.Boolean
The true if need to save HSTS super cookie; otherwise and default, false.
- saveFonts
Type: System.Boolean
The true if need to save font list; otherwise and default, false.
- saveWebRtc
Type: System.Boolean
The true if need to save webrtc settings; otherwise and default, false.
- saveIndexedDb
Type: System.Boolean
The true if need to save indexedDB; otherwise and default, false.