ILog
Top  Previous  Next

ILog represents a list of HTTP transaction captured by HTTPAnalyzer or re-loaded from existing log files(*.xml).

General methods and properties.

method
DeleteAllCache (New in V4)
method
DeleteAllCookies (New in V4)
method
DeleteCache
method
DeleteCacheForRecordedURLs (New in V4)
method
DeleteCookiesForRecordedURLs (New in V4)
method
DeletePersistentCookies
method
DeleteEntry
method
DeleteCompleteEntries
prop get
Count
prop get
FilteredCount
prop get
Item
prop get
FilteredItem
prop get
Processes(Only for Std Edition)
prop get
Summary
prop get
WebPages(Only for IE Add-on Edition)


Get ILog Reference
HTTPAnalyzer.Log

See Also
IHTTPAnalyzer

Remark
It implements _NewEnum. So you can use "for each" alike syntax to iterate a ILog's element in a standard manner.